import { Builder } from 'ton3-core'; import { Account } from './Account'; export declare const storeAccount: (account: Account | null) => (builder: Builder) => Builder; //# sourceMappingURL=storeAccount.d.ts.map