import type { Argv } from 'yargs'; /** * @internal */ export declare class CLIConfigurator { static configure(): Promise; }