export type { FetchShape, ReadShape, MutateShape, DeleteShape, } from './shapes.js'; export type { SetShapeParams, ParamsFromShape, OptimisticUpdateParams, SchemaFromShape, BodyFromShape, ReturnFromShape, } from './types.js'; export { default as shapeToEndpoint } from './shapeToEndpoint.js';