import type { Endpoints } from "./routes/index.js"; import * as routes from "./routes/index.js"; export { routes }; export { type ApiClient, getClient } from "./client/index.js"; export type { Endpoints }; export type ApiNamespace = keyof Endpoints; export declare const allNamespaces: (keyof Endpoints)[]; //# sourceMappingURL=index.d.ts.map