import { SendParams, SendResult } from './types';
export declare class BlockBolt {
    private client;
    private transactionService;
    private treasuryService;
    constructor();
    send(params: SendParams): Promise<SendResult>;
    private prepareInternalParams;
}
//# sourceMappingURL=blockbolt.d.ts.map