import { DurableObjectStorage } from '@cloudflare/workers-types'; /** * Instruments DurableObjectStorage methods with Sentry spans. * * Wraps the following async methods: * - get, put, delete, list (KV API) * * @param storage - The DurableObjectStorage instance to instrument * @returns An instrumented DurableObjectStorage instance */ export declare function instrumentDurableObjectStorage(storage: DurableObjectStorage): DurableObjectStorage; //# sourceMappingURL=instrumentDurableObjectStorage.d.ts.map