/** * SpintaClient module - HTTP client for Lithuanian Open Data API */ export { SpintaClient } from './SpintaClient.js'; export type { DiscoveredModel } from './SpintaClient.js'; export { SpintaError, AuthenticationError, NotFoundError, ValidationError, } from './errors.js'; export type { ClientConfig, SpintaObject, SpintaResponse, PageInfo, TokenResponse, CachedToken, CountResponse, SpintaErrorResponse, NamespaceItem, NamespaceResponse, SummaryBin, } from './types.js'; //# sourceMappingURL=index.d.ts.map