type V0SchemaKey = "pipeline" | "template" | "trigger"; type V1SchemaKey = "pipeline_v1" | "template_v1" | "inputSet_v1" | "overlayInputSet_v1"; type LocalSchemaKey = "agent-pipeline"; type AllSchemaKeys = V0SchemaKey | V1SchemaKey | LocalSchemaKey; export declare const SCHEMAS: Record>; export declare const VALID_SCHEMAS: AllSchemaKeys[]; export type SchemaName = AllSchemaKeys; export declare const V0_SCHEMA_KEYS: V0SchemaKey[]; export declare const V1_SCHEMA_KEYS: V1SchemaKey[]; export {}; //# sourceMappingURL=index.d.ts.map