UNPKG

307 BTypeScriptView Raw
1import * as commander from "commander";
2export declare function info(manifestPath: string): Promise<void>;
3export declare function modify(manifestPath: string, command: commander.Command): Promise<void>;
4export declare function validate(manifestPath: string, command: commander.Command): Promise<void>;