import { Config } from "../../config";
export declare const punctuationRemover: (text: string, config: Config) => string;
