export { FetchShape, ReadShape, MutateShape, DeleteShape, } from './shapes.js'; export { SetShapeParams, ParamsFromShape, OptimisticUpdateParams, SchemaFromShape, BodyFromShape, ReturnFromShape, } from './types.js'; export { default as shapeToEndpoint } from './shapeToEndpoint.js'; //# sourceMappingURL=index.d.ts.map