declare const pretifyInputString: (value: string) => string;
export default pretifyInputString;
