export declare class MappingLookupSourceDescriptor { constructor(); getDependendentTable(): string; getDependentId(): string; getFieldNames(): Array; getFieldNamesString(): string; getRemoteDependent(): string; getResolverClassName(): string; isValid(): boolean; useOutputUI(): boolean; } //# sourceMappingURL=MappingLookupSourceDescriptor.d.ts.map