import Account from "../schema/Account"; declare const passphrase: (phrase: string) => Account; export default passphrase;