import type { UpdatesPort } from "../ports/updates-port.js"; export declare function createCurrentUpdatesPort(fetchLatest?: () => Promise, disabledReason?: () => string | undefined): UpdatesPort;