/** * @file Config.Internal.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import { Schema } from "effect"; export declare const ConfigSchema: Schema.Struct<{ Index: Schema.Struct<{ Extension: Schema.optional, Schema.Literal<["ts"]>, Schema.Literal<["None"]>]>>; Header: Schema.optional]>>; }>; }>; //# sourceMappingURL=Config.Internal.d.ts.map