export { entityHierarchyResource } from "./entity-hierarchy.resource.js"; export { entitySchemaResources, entitySchemaAllResource } from "./entity-schemas.resource.js"; export { entityExampleResources, entityExampleAllResource } from "./entity-examples.resource.js"; export { analyticsReferenceResource } from "./analytics-reference.resource.js"; export { targetingReferenceResource } from "./targeting-reference.resource.js"; import type { Resource } from "../types.js"; export declare const allResources: Resource[]; //# sourceMappingURL=index.d.ts.map