export { list, $delete, create, get } from "./operations.js"; export type { ServiceListOptionalParams, ServiceDeleteOptionalParams, ServiceCreateOptionalParams, ServiceGetOptionalParams, } from "./options.js"; //# sourceMappingURL=index.d.ts.map