declare function _exports({ password, encryptionKey }: { password: string; encryptionKey: string; }): string; export = _exports;