export declare const generatekey: () => string; export declare const isGeneratedKey: (key: string) => boolean;