import { ProblemLocation } from '@hint/utils-types'; export declare type MatchInformation = { matches: RegExpMatchArray | null; locations: ProblemLocation[]; }; //# sourceMappingURL=types.d.ts.map