import { Request } from './request';
export declare class BulkClient extends Request {
    constructor(url?: any, opts?: any);
    _populateAuth(headers: any, signingParams: {
        method: string;
        url: string;
        args: any;
    }): void;
    checkStateOfMultipleCredentials(failureMessage: any, opts: any): void;
    getStatusAll(credentials: any, opts: any, cb: any): Promise<{
        body: any;
        header: any;
    }>;
    _processStatus(status: any, c: any): void;
    _processWallet(wallet: any, c: any): void;
    _processTxps(txps: any, c: any): void;
    _processTxNotes(notes: any, c: any): void;
}
//# sourceMappingURL=bulkclient.d.ts.map