/** * Config file discovery and resolution for the CLI. */ export declare function resolveConfigSearchNames(commandName: string): string[]; export declare function printNoConfigError(commandName: string): void; export declare function findConfig(commandName: string, configFlag?: string): Promise; export declare function resolveMetricsPort(commandName: string, configFlag?: string): Promise; //# sourceMappingURL=config-discovery.d.ts.map