import { Keys } from './typings/keys';
export declare const generateMasterKeys: (passPhrase: string) => Keys;
