import { ObjectAggregation } from '../ObjectAggregation'; /** * Represents an aggregation for table objects. */ export declare class TableAggregation extends ObjectAggregation { /** * Method parses object path key and returns table source entity name(target). * * @returns Table source entity name(target). */ getTechnicalName(): string | undefined; } //# sourceMappingURL=TableAggregation.d.ts.map