export declare class AppConfig { private config; constructor(config: any); get(): any; }