import type { DiffCommandOption } from '@lerna-lite/core'; declare const _default: { command: string; describe: string; builder: { 'ignore-changes': { group: string; describe: string; type: string; }; }; handler: (argv: DiffCommandOption) => Promise; }; export default _default;