export default function rtrim(str: string, chr?: string | null): string;
