export interface HighlightingOptions { groupKey?: string; preTags?: string[]; postTags?: string[]; } export declare function extractHighlightingOptionsFromParameters(hightlightingParameters: object): {};