export declare function strip(input: string, chars?: Set<string>): string;
