/** * * @param {string} str */ export declare function nethackify(str: string): string;