import type * as Effect from "../Effect.js"; import type * as Scope from "../Scope.js"; export declare const annotateLogsScoped: { (key: string, value: unknown): Effect.Effect; (values: Record): Effect.Effect; }; //# sourceMappingURL=fiberRuntime.d.ts.map