import { RestClientConfig, RestClientConfigInput } from './config.js'; export declare const restClient: { config: RestClientConfig; }; export declare function initRestClient(config: RestClientConfigInput): void; export * from './errors.js'; export { default as useRestCollection } from './rest-collection.js'; export * from './rest-collection.js'; export { default as useRestResource } from './rest-resource.js'; export * from './rest-resource.js'; export * from './rest-collection-resources.js'; //# sourceMappingURL=index.d.ts.map