/** configuration source type */ export declare enum IConfigType { File = 1, DotEnv = 2, Env = 3 } //# sourceMappingURL=IConfigType.d.ts.map