export type TextTransformFunction = (str: string) => string;
