import type { CLIFlags } from '../args.js'; export declare function runSync(subcommand: string | null, rest: string[], flags: CLIFlags): Promise; //# sourceMappingURL=sync.d.ts.map