/** * Config Test Command */ import { Command } from "commander"; export declare const configTestAction: (options: { verbose?: boolean; }) => Promise; export declare const configTestCommand: Command; export declare function configTestCommandFunction(verbose?: boolean): Promise; //# sourceMappingURL=config-test.d.ts.map