export declare enum EnvironmentCasts { STRING = "string", NUMBER = "number", BOOLEAN = "boolean", JSON = "json" }