import { Puzzle } from "../puzzles/puzzle"; export declare function scrambleToPuzzle(scramble: string, mode: string): Puzzle[];