declare let funcToExport: (string: string) => string;
export { funcToExport as escapeStringRegexp };
