export declare class AjaxFactory { $http: any; $rootScope: any; static $inject: any[]; static factoryName: string; static Factory(): any[]; $get(): this; constructor($http: any, $rootScope: any); httpServerCall(url: string, method: string, data: any, success: (any) => void, failure?: (any) => void): void; } export declare let AjaxFactoryModule: any;