declare const strip: (text: string) => string;
export default strip;
