blob: fe5afd0cae7a3767bb7ea35772dc0eb5f3c5c440 [file] [log] [blame]
export declare const setEnv: (env: string) => void;
export interface RT {
[key: string]: any;
}
export declare const getClientEnvironment: (publicUrl: string) => {
raw: RT;
stringified: {
'process.env': {};
};
};