import { Opt } from "@effect-ts-app/core/Option"; import { HashMap } from "@fp-ts/data/HashMap"; import { Config } from "@effect/io/Config"; import { Effect } from "@effect/io/Effect"; export interface ApiConfig { apiUrl: string; headers: Opt>; } export declare const Live: (config: Config) => import("@effect/io/Layer").Layer; export declare const ApiConfig: { Tag: import("@fp-ts/data/Context").Tag; Live: (config: Config) => import("@effect/io/Layer").Layer; }; export declare const getConfig: (self: (cfg: ApiConfig) => import("@effect/io/Effect").Effect) => import("@effect/io/Effect").Effect; //# sourceMappingURL=config.d.ts.map