/** * Init command implementation */ import type { CommandContext, CommandResult } from '../types/cli-types.js'; /** * Initialize Context-Pods project configuration */ export declare function initCommand(name: string | undefined, options: { template?: string; description?: string; force?: boolean; }, context: CommandContext): Promise; //# sourceMappingURL=init.d.ts.map