import { Difficulty } from '../types/difficulty.type';
import { Sudoku } from '../types/sudoku.type';
export declare const getSudoku: (difficulty?: Difficulty | undefined) => Sudoku;
