export declare const setEnvVariables: (env: string) => void;
export declare const setDebugType: (dt: string) => void;
declare const getEnvironment: () => string;
export { getEnvironment };
