import { Account, Mint } from '@safecoin/safe-token';
export declare function isMint(value: any): value is Mint;
export declare function isAccount(value: any): value is Account;
