import { LongRunningOperation } from "./models.js"; import { OperationState, SimplePollerLike } from "../poller/models.js"; import { CreateHttpPollerOptions } from "./models.js"; /** * Creates a poller that can be used to poll a long-running operation. * @param lro - Description of the long-running operation * @param options - options to configure the poller * @returns an initialized poller */ export declare function createHttpPoller>(lro: LongRunningOperation, options?: CreateHttpPollerOptions): Promise>; //# sourceMappingURL=poller.d.ts.map