declare function getClientEnvironment(mode: 'development' | 'production'): {
    'process.env': {
        [k: string]: string;
    };
};
export default getClientEnvironment;
//# sourceMappingURL=env.d.ts.map