/**
 * Fixes `js/prototype-polluting-assignment`
 */
export declare function sanitizeStringInput(input: string): string;
