import { TTokenType, TTransactionType } from '../../../types'; type TDepositERC721Response = { success: boolean; }; export type TDepositERC721 = (apiHost: string, apiKey: string | null, token: string, token_type: TTokenType, sender: string, escrow: string, transfer_id: string, expiration: number, hash: string, transaction_type: TTransactionType, fee_authorization: string, token_id: string, fee_amount: string, total_amount: string, fee_token: string, encrypted_sender_message?: string) => Promise; export {}; //# sourceMappingURL=types.d.ts.map