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