declare const TrimSuffixParameters: (string: string, suffix?: string) => string; export default TrimSuffixParameters;