import type { Spanwise } from "../client.js"; export type Instrumentation = { name: string; init(client: Spanwise): void; destroy?(): void; }; //# sourceMappingURL=types.d.ts.map