declare function useKonami(action: () => void, { code }?: {
    code?: number[] | undefined;
}): void;
export default useKonami;
