export declare const iconStartMarker = "$("; export interface IParsedLabelWithIcons { readonly text: string; readonly iconOffsets?: readonly number[]; } export declare function parseLabelWithIcons(text: string): IParsedLabelWithIcons; export declare function matchesFuzzyIconAware(query: string, target: IParsedLabelWithIcons, enableSeparateSubstringMatching?: boolean): { start: number; end: number; }[] | null; //# sourceMappingURL=iconLabels.d.ts.map