import * as Effect from "effect/Effect"; import { type AppError } from "../../app-error/index.js"; export declare const CONFIGURED_ENTRY_RESOLUTION_TIMEOUT = "2 seconds"; export declare const withConfiguredEntryResolutionTimeout: (_source: string) => (effect: Effect.Effect) => Effect.Effect; //# sourceMappingURL=timeout.d.ts.map