export declare const getPasswordHash: (key: string) => Promise<Uint8Array>;
