export declare const secrityKeyObj: { setSecrityKey(key: string): void; getSecrityKey(): string; }; export declare const wrapData: (key: string) => string; export declare const unWrapData: (key: string) => string;