export declare const hasBadChar: (s: string) => boolean;
export declare const woBadChar: (s: string | undefined) => string;
