// Type definitions for ag-grid v18.1.2 // Project: http://www.ag-grid.com/ // Definitions by: Niall Crosby export declare class TemplateService { private $scope; private templateCache; private waitingCallbacks; getTemplate(url: any, callback: any): any; handleHttpResult(httpResult: any, url: any): void; }