import { BinanceSignedClient } from '../../../clients';
export interface IsolatedMarginAccountTransferPayload {
}
export interface IsolatedMarginAccountTransferResponse {
    coin: string;
}
export declare function isolatedMarginAccountTransfer(client: BinanceSignedClient, payload: IsolatedMarginAccountTransferPayload): Promise<IsolatedMarginAccountTransferResponse>;
