declare const TrimPrefixParameters: (string: string, prefix?: string) => string; export default TrimPrefixParameters;