export interface ModeFlags {
    useGrayGlobal: boolean;
    isExclusiveGlobal: boolean;
    isIntersectionOwn: boolean;
    isTpOnly: boolean;
    isFpOnly: boolean;
    isFnOnly: boolean;
    isOnlyMode: boolean;
    aggregationMode: "pair" | "or";
}
export declare function parseModeFlags(highlightMode: string, estCount: number): ModeFlags;
//# sourceMappingURL=mode-flags.d.ts.map