import { LiveLinkQuery } from '../lib-core/livelink-query-service';
import { BusinessObjectBase } from '.';
export declare class MobileLiveLinkQuery<T extends BusinessObjectBase> extends LiveLinkQuery<T> {
    forwardSyncLog(appArea: string, _instance: Array<BusinessObjectBase> | BusinessObjectBase): Promise<void>;
}
