import { LongRunningOperation, LroResponse } from "@azure/core-lro"; export declare class LroImpl implements LongRunningOperation { private sendOperationFn; private args; private spec; requestPath: string; requestMethod: string; constructor(sendOperationFn: (args: any, spec: any) => Promise>, args: Record, spec: { readonly requestBody?: unknown; readonly path?: string; readonly httpMethod: string; } & Record, requestPath?: string, requestMethod?: string); sendInitialRequest(): Promise>; sendPollRequest(path: string): Promise>; } //# sourceMappingURL=lroImpl.d.ts.map