UNPKG

266 BTypeScriptView Raw
1import * as commander from 'commander';
2export declare function run(program?: commander.Command, argv?: string[]): Promise<void>;
3export declare class CheckFailed extends Error {
4 readonly errorCode: number;
5 constructor(message: string, errorCode: number);
6}