export declare const SET_ENV = "SET_ENV"; export declare function setEnv(value: any): { type: string; value: any; };