import { Any } from '../codegen/google/protobuf/any'; import { Account } from '../types'; export declare const accountFromAny: (input: Any) => Account;