declare function getClientEnvironment(customEnv: Record): { raw: {}; stringified: {}; }; export default getClientEnvironment;