import { Manifest } from "@sap/adp-common";
export default class AppIdentifier {
    private appSync;
    private static isV4AppInternalMode;
    private static isSupportedAdpOverAdp;
    private static isPartiallySupportedAdpOverAdp;
    validateSelectedApplication(applicationData: any, checkForAdpOverAdpSupport: boolean, checkForAdpOverAdpPartialSupport: boolean, manifest: Manifest): Promise<void>;
    private validateSmartTemplateApplication;
    private setAdpOverAdpSupport;
    private _checkForSyncLoadedViews;
    appViewsLoadedSynchronously(): boolean;
    isInternalMode(): boolean;
    getIsV4InternalMode(): any;
    getIsSupportedAdpOverAdp(): boolean;
    getIsPartiallySupportedAdpOverAdp(): any;
}
