import { Bundler } from "src/Bundler";
import { UserOperationReceiptResult } from "src/types";
export declare class SendUseroperationResponse {
    readonly userOperationHash: string;
    readonly bundler: Bundler;
    readonly entrypointAddress: string;
    constructor(userOperationHash: string, bundler: Bundler, entrypointAddress: string);
    private delay;
    included(timeoutInSeconds?: number, requestIntervalInSeconds?: number): Promise<UserOperationReceiptResult>;
}
//# sourceMappingURL=SendUseroperationResponse.d.ts.map