import { NativeObject } from '../imports/NativeObject' import { NativeArray } from '../imports/NativeArray' export declare class MIFTrustProfile { applyTrustProfile(appId?: string): NativeObject areAllProfileItemsManaged(appId?: string): boolean constructor() deleteTrustProfileItems(appTrustProfileStr?: string): void insertTrustProfileItems(appTrustProfileStr?: string): NativeArray }