export declare const OMNI_DEPOSIT_FT = "function deposit(bytes memory receiver, address contract_id, uint128 amount)"; export declare const OMNI_DEPOSIT_NATIVE = "function deposit(bytes memory receiver) payable"; export declare const OMNI_DEPOSIT_LOG: { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; }; export declare const OMNI_ABI: (string | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; } | { inputs: { internalType: string; name: string; type: string; }[]; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; name: string; })[]; export declare const ERC20_ABI: string[];