export type MatcherType = "word" | "regex" | "prefix" | "suffix" | "contains" | "special" | "whitespace" | "space" | "spaces" | "tab" | "newline" | "carriage-return" | "default";
