/** * A type of a substring match subsequence. */ export declare enum SubstringSelection { any_ = 0, initial = 1, final = 2 } export default SubstringSelection; //# sourceMappingURL=SubstringSelection.d.mts.map