import { Initializer } from "actionhero"; export declare class Environment extends Initializer { constructor(); initialize(): Promise; }