export { list, get, create, $delete, beginDelete } from "./operations.js"; export { type VolumesListOptionalParams, type VolumesGetOptionalParams, type VolumesCreateOptionalParams, type VolumesDeleteOptionalParams, } from "./options.js"; //# sourceMappingURL=index.d.ts.map