/** * Utility to read file as UTF8 and strip any trailing new lines. * All passphrase files must be read with this function */ export declare function readPassphraseFile(passphraseFile: string): string; //# sourceMappingURL=passphrase.d.ts.map