/** * Encapsulates generic configuration, such as the dev mode, etc. * @author jsanca */ export declare class Config { private httpRequestUtils; constructor(); }