export declare function keyboardCheat(cheatCode: string | (number | string)[], handler: () => void): void;
