import type { CommandModule } from 'yargs'; export interface SyncArgs { verbose?: boolean; } export declare const yargsSyncCommand: CommandModule, SyncArgs>; export declare const yargsSyncCheckCommand: CommandModule, SyncArgs>;