import type { TenantResourceDefinition } from "./types.js"; export declare const TENANT_RESOURCE_REGISTRY: readonly TenantResourceDefinition[]; /** Resources scanned by the CLI validator, excluding editor-only schemas. */ export declare const CLI_VALIDATED_REGISTRY: readonly TenantResourceDefinition[]; export declare function requiredSchemaFiles(): string[]; //# sourceMappingURL=registry.d.ts.map