import Account from "../schema/Account"; declare const familySeed: (familyseed: string, options?: { algorithm?: string | undefined; } | undefined) => Account; export default familySeed;