import { AlgorythmType } from "./options";
export declare const getPasswordHash: (key: string, algorythm?: AlgorythmType) => Promise<Uint8Array>;
