import { TrackConfig } from '../config'; declare type pathConfig = { [key: string]: string | Array; }; export declare function getENV(key: string): string; export declare function getFastTrackEnv(): any; export declare function setEnv(key: string, val: string): void; export declare function configToEnv(config: TrackConfig): pathConfig; export {};