export declare function run(pargv: string[], env: { [k: string]: string; }): Promise; export declare function getAllCommandMetadata(): any[];