import type { Builder, Handler } from '@onerepo/yargs'; export declare const command: string[]; export declare const description = "Migrate from Changesets to oneRepo changes."; type Argv = { filenames: 'hash' | 'human'; }; export declare const builder: Builder; export declare const handler: Handler; export {};