import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class MIFUtils { checkTableScopes(tableNameA?: string, tableNameB?: string): boolean constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getCurrentCustomerName(): string getCurrentInstanceId(): string getCurrentInstanceName(): string isMIFV2EligibleToRun(): boolean }