export { browserAutofillPreprocessorGenerator } from './browser-autofill-preprocessor';
export { cutInitCountryCodePreprocessor } from './cut-init-country-code-preprocessor';
export { pasteNonStrictPhonePreprocessorGenerator } from './paste-non-strict-phone-preprocessor';
export { pasteStrictPhonePreprocessorGenerator } from './paste-strict-phone-preprocessor';
export { phoneLengthPostprocessorGenerator } from './phone-length-postprocessor';
export { sanitizePreprocessor } from './sanitize-phone-preprocessor';
