export interface RunCliShowCommandOptions { argv?: string[]; cwd?: string; stdout?: Pick; stderr?: Pick; } export declare function runCliShowCommand(options?: RunCliShowCommandOptions): Promise; //# sourceMappingURL=cli-show.d.ts.map