export declare const getVariable: (name: string) => string | undefined; export declare const setVariable: (name: string, value: string) => void; //# sourceMappingURL=environment.d.ts.map