export * from './lib/metadata-keys'; export * from './lib/resource.decorator'; export * from './lib/route.decorator'; export * from './lib/public-route.decorator'; export * from './lib/internal-route.decorator'; export * from './lib/ignore-route.decorator'; export * from './lib/capability.decorator'; export * from './lib/capability-hint.decorator'; export * from './lib/capability-invocation'; export * from './lib/capability-required-binding'; export * from './lib/resource-ownership.decorator'; export * from './lib/resource-ownership.registrar'; export * from './lib/resource-ownership.interceptor'; export * from './lib/resource-ownership.module'; export * from './lib/api-surface'; export * from './lib/api-surface.decorator'; export * from './lib/bff-controller.decorator'; export * from './lib/space-from'; export * from './lib/inference/action-dictionary'; export * from './lib/inference/infer-action'; export * from './lib/inference/infer-permission'; export * from './lib/inference/infer-space-from'; export * from './lib/infer-operation-id'; export * from './lib/route-classification'; export * from './lib/operation-id-uniqueness'; export * from './lib/runtime-errors'; export * from './lib/nest-reflection'; export * from './lib/scan-api-surfaces'; export * from './lib/route-projection'; export * from './lib/openapi/openapi-document'; export * from './lib/openapi/operation-io'; export * from './lib/openapi/prune-spec'; export * from './lib/openapi/route-extensions'; export * from './lib/openapi/self-contained-json-schema'; export * from './lib/xema-runtime-module'; export * from './lib/identity-bound-capability-registry-client'; //# sourceMappingURL=index.d.ts.map