export declare class Config { static API_URL: string; static API_SERVER_URL: string; static APP_URL: string; static PAGE_LIMIT: number; static SUCCESS_LOGIN_CALLBACK: Function; static Init(data: any): void; static cbs: Array; static SubscribeToInit(cb: any): void; }