import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Sync extends AuthenticatedCommand { static args: {}; static description: string; static examples: { description: string; command: string; }[]; static flags: { directory: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; types: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=sync.d.ts.map