/** * BUILD CONFIGURATION - AUTO-GENERATED FILE * * This file is generated by dev/generate-build-config.js * DO NOT EDIT MANUALLY - Changes will be overwritten on next build * * Source of truth: package.json * Generated at: 2026-03-18T09:06:32.935Z * * @task T5245 * @auto-generated */ export declare const BUILD_CONFIG: { readonly name: "@cleocode/cleo"; readonly version: "2026.3.36"; readonly description: "CLEO V2 - TypeScript task management CLI for AI coding agents"; readonly repository: { readonly owner: "kryptobaseddev"; readonly name: "cleo"; readonly fullName: "kryptobaseddev/cleo"; readonly url: "https://github.com/kryptobaseddev/cleo.git"; readonly issuesUrl: "https://github.com/kryptobaseddev/cleo/issues"; }; readonly buildDate: "2026-03-18T09:06:32.935Z"; readonly templates: { readonly issueTemplatesDir: "templates/issue-templates"; }; }; export type BuildConfig = typeof BUILD_CONFIG; export type RepositoryConfig = BuildConfig['repository']; //# sourceMappingURL=build-config.d.ts.map