export declare const setPassKey: (key: string) => void; export declare const removePassKey: () => void; export declare function generateRandomString(length: number): string;