export default class LocalazyDownloadService {
    static download(data?: {}): Promise<any>;
}
