import { AxiosInstance } from 'axios';
import Types from '../types';
export declare function getSignCredentialsForTransfer(instance: AxiosInstance, payload: Types.GetSignCredentialsForTransferPayload): Promise<Types.SignCredentialsForTransactionResponse>;
export declare function transfer(instance: AxiosInstance, payload: Types.SendTransferToClientWalletRequestPayload): Promise<Types.SendTransferToClientWalletRequestResponse>;
export declare function getTransferStatus(instance: AxiosInstance, payload: Types.GetTransferStatusPayload): Promise<Types.GetTransferStatusResponse>;
export declare function getUserTransferTransactions(instance: AxiosInstance, payload: Types.GetTransactionsPayload): Promise<Types.GetTransferTransactionsResponse>;
