import type { Spanwise } from "../client.js"; import type { Instrumentation } from "./types.js"; export declare class AwsSdkInstrumentation implements Instrumentation { name: string; private originalSend; init(client: Spanwise): void; destroy(): void; } //# sourceMappingURL=aws-sdk.d.ts.map