import { Command } from 'commander'; export declare function buildCloudSyncPatchExcludeArgs(): string; type ExitFn = (code: number) => never; export interface CloudDependencies { log: (...args: unknown[]) => void; error: (...args: unknown[]) => void; exit: ExitFn; } export declare function registerCloudCommands(program: Command, overrides?: Partial): void; export {}; //# sourceMappingURL=cloud.d.ts.map