/** * @file Config.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import { Config, type ConfigProvider as EffectConfigProvider } from "effect"; import type { FCliConfigSchema, FGlobalConfig, TConfig, TConfigBase } from "./Config.Types.js"; import type { FConfigBase } from "./Config.Internal.Types.js"; export declare const GlobalConfig: FGlobalConfig; export declare function MakeConfig, InnerType extends FConfigBase>(Config: ConfigBaseType): TConfig; export declare const ConfigProvider: EffectConfigProvider.ConfigProvider; export declare const CliConfig: Config.Config; //# sourceMappingURL=Config.d.ts.map