/** * Generated Profile Definitions * * DO NOT EDIT MANUALLY - Generated by scripts/generate-profiles.ts * Source: profiles/*.yaml */ import type { ProfileDefinition } from '../types'; /** * Available profile IDs */ export declare const PROFILE_IDS: readonly ["api-provider", "news-media", "open-source", "saas-docs"]; export type ProfileId = (typeof PROFILE_IDS)[number]; /** * All profiles indexed by ID */ export declare const PROFILES: Record; //# sourceMappingURL=profiles.d.ts.map