export declare const cliPjson: (o: any, filename: string) => void; export declare const pluginPjson: (o: any, filename: string) => void; export declare const command: (o: any, filename: string) => void;