import type { EndpointDefinition } from "./types.js"; export declare const ENDPOINTS: EndpointDefinition[]; export declare const NAMESPACES: readonly ["applications", "authentication", "bulk", "data", "files", "metadata", "utils"]; export type ClarizenNamespace = (typeof NAMESPACES)[number]; //# sourceMappingURL=endpoints.d.ts.map