import { SuiClient } from '@mysten/sui/client';
import { InternalSendParams, SendResult } from '../types/index';
export declare class TransactionService {
    private client;
    constructor(client: SuiClient);
    send(params: InternalSendParams): Promise<SendResult>;
    private getCoin;
}
//# sourceMappingURL=TransactionService.d.ts.map