import * as commander from "commander"; export declare function info(manifestPath: string): Promise; export declare function modify(manifestPath: string, command: commander.Command): Promise; export declare function validate(manifestPath: string, command: commander.Command): Promise;