import { BusinessObjectType, CDSType } from "../types/moveToBase";
export declare function isUiItem(businessItemId: string, itemType: BusinessObjectType | CDSType): boolean;
