export interface HighlightingOptions {
    groupKey?: string;
    preTags?: string[];
    postTags?: string[];
}
export declare function extractHighlightingOptionsFromParameters(hightlightingParameters: object): {};
//# sourceMappingURL=HighlightingOptions.d.ts.map