import { MrBuildServicePackageCommandArgs, MrPackageBuilderCommandResults } from '@cirrusct/mr-core'; export declare const manifestFactory: (handler: (name: string, args: MrBuildServicePackageCommandArgs>) => Promise) => { commands: { build: { cli: import("@cirrusct/mr-core/dist").MrCliCommandDefinition; handler: (args: any) => Promise; isPackageHandler: boolean; }; }; };