import type { InitCommandOption } from '@lerna-lite/core'; import { InitCommand } from '@lerna-lite/init'; declare const _default: { command: string; describe: string; builder: { exact: { describe: string; type: string; }; independent: { describe: string; alias: string; type: string; }; 'use-workspaces': { group: string; describe: string; type: string; }; }; handler: (argv: InitCommandOption) => InitCommand; }; export default _default;