import { EnvContract } from "@ioc:Adonis/Core/Env"; /** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/15/2020 * Time: 12:34 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export declare class Env { static factory: any; static getFactory(): any; static setFactory(factory: EnvContract): void; static getVariables(): any; static get(key: string, defaultValue?: any): any; }