import type { EventBus } from '../events/bus'; import type { EmitContext } from '../events/emit'; export declare function startPrSnapshotPoller(options: { owner: string; repo: string; token?: string; bus: EventBus; context: EmitContext; intervalMs?: number; }): () => void;