/** * Templates command implementation */ import type { CommandContext, CommandResult } from '../types/cli-types.js'; /** * List available templates */ export declare function templatesCommand(options: { all?: boolean; format?: 'table' | 'json'; }, context: CommandContext): Promise; //# sourceMappingURL=templates.d.ts.map