/** * @summary Type of a substrings match * @description * * Used for substrings matching rules. * * @enum */ export declare enum SubstringSelection { any_ = 0, initial = 1, final = 2 } export default SubstringSelection; //# sourceMappingURL=SubstringSelection.d.mts.map