import { ComposedPollerContext, PollerContext } from '../../types/poller-context.type'; /** * Composes the poller with the appropriate pause behavior based on context. * Applies no pause, notifier-only, document visibility (hidden), or both. * * @param ctx - Poller context * @returns Context with poller$ (and cycler$ when using cycle-based pause) set */ export declare function composePause$(ctx: PollerContext): ComposedPollerContext; //# sourceMappingURL=compose-pause.d.ts.map