declare class Env { constructor(); get(key: string, defaultValue?: string | boolean | null | number): any; } export default Env;