import type { ModelConstant } from '@qvac/sdk'; /** * Walks every export of `@qvac/sdk` and indexes the `ModelConstant`-shaped * ones by their `name`. Cheap (sync iteration over the SDK's exports), no I/O, * idempotent — callers are free to invoke it on each use rather than * threading the resulting map around. */ export declare function loadModelConstants(): Map; //# sourceMappingURL=sdk-constants.d.ts.map