declare const getPathAfterString: (inputString: string, matchString: string) => string;
export default getPathAfterString;
