import { type SyncSelectionProfileOptions } from "../../lib/selection-resolver.js"; /** Command adapter for the top-level sync registrar; does not install native agent folders. */ export declare function handleProfileSync(options: { selectionProfile?: string; profile?: string; project?: boolean; station?: string; stationReport?: boolean; check?: boolean; json?: boolean; }, dependencies?: SyncSelectionProfileOptions): Promise;