export declare const KeyHelper: { pbkdf2(length: number, password: string, salt: string, iterations: number): Promise; };