/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ /** * Executes an async function within a telemetry span. */ export declare function traced(spanName: string, storageName: string, fn: () => Promise): Promise; //# sourceMappingURL=traced.d.ts.map