import type { AbortSignalLike } from "@azure/abort-controller"; import type { BuildCreatePollerOptions, CreatePollerOptions, Operation, OperationState, PollerLike } from "./models.js"; /** * Returns a poller factory. */ export declare function buildCreatePoller>(inputs: BuildCreatePollerOptions): (lro: Operation, options?: CreatePollerOptions) => PollerLike; //# sourceMappingURL=poller.d.ts.map