declare const useKonami: (handler: () => any, options?: {
    code: string[];
} | undefined) => void;
export default useKonami;
