type EnvObject = Record<string, string | undefined>;
declare function envShims(): EnvObject;

export { type EnvObject, envShims };
