export default class JSONLoader {
    getData(url: string): Promise<any>;
}
