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