export declare const generateKey: () => string;
export declare const generateCode: (key: string) => string;
export declare const verifyCode: (key: string, code: string) => boolean;
