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