/** * remove {@param suffix} at the end of {@param value} */ export default function RemoveSuffixParameters(value: string, suffix?: string): string;