export declare const manifestFactories: (((handler: (name: string, args: import("@cirrusct/mr-core/dist").MrBuildServicePackageCommandArgs>) => Promise) => { commands: { build: { cli: import("@cirrusct/mr-core/dist").MrCliCommandDefinition; handler: (args: any) => Promise; isPackageHandler: boolean; }; }; }) | ((handler: (name: string, args: import("@cirrusct/mr-core/dist").MrBuildServicePackageCommandArgs>) => Promise) => { commands: { clean: { cli: import("@cirrusct/mr-core/dist").MrCliCommandDefinition; handler: (args: any) => Promise; isPackageHandler: boolean; }; }; }) | ((handler: (name: string, args: import("@cirrusct/mr-core/dist").MrBuildServicePackageCommandArgs>) => Promise) => { commands: { start: { cli: import("@cirrusct/mr-core/dist").MrCliCommandDefinition; handler: (args: any) => Promise; isPackageHandler: boolean; }; }; }))[];