import { TAggregateTypeMain } from '../../../aggregates/interfaces';
export declare function isAggregateMainType(typeValue: any): typeValue is TAggregateTypeMain;
