/** * Resource registry: the single map from resource name to its class and * extensible-schema binding. Adding a resource = one entry here plus its * typed slots (grep `resource-slot` for the full set). */ import { Opportunities } from "./opportunities"; export declare const RESOURCE_REGISTRY: { readonly opportunities: { readonly resourceClass: typeof Opportunities; readonly schemaName: "Opportunity"; }; }; //# sourceMappingURL=registry.d.ts.map