/** @packageDocumentation * @module Utilities */ /** Interface that returns indices of matches * @internal */ export interface IMatch { start: number; end: number; } //# sourceMappingURL=matches.d.ts.map