export declare const RequestType: {
    AGGREGATION_REQUEST: string;
    DRILLTHROUGH_REQUEST: string;
    FLAT_REQUEST: string;
    MEMBERS_REQUEST: string;
};
