export declare type KonamiState = {
    success: boolean;
    code: string[];
    initialCode: string[];
};
