cube3x3x3: { fullName: string; id: string; inventedBy: string[]; inventionYear: number; keyMapping: (() => Promise<{ [
key:
number | string]
: AlgLeaf; }>); kpuzzle: (() => Promise<KPuzzle>); llFaceSVG: (() => Promise<string>); llSVG: (() => Promise<string>); pg: (() => Promise<PuzzleGeometry>); puzzleSpecificSimplifyOptions: PuzzleSpecificSimplifyOptions; stickeringMask: ((stickering: string) => Promise<StickeringMask>); stickerings: (() => Promise<string[]>); svg: (() => Promise<string>); } = ...