type AllVariables = Record>>; export declare function createProxy(constructName: string): T; export declare function getVariables2(constructName: string): Record>; export declare function parseEnvironment(): Promise; export {};