/** * Remove the last slash from a path, if the last character is a slash. * @param path */ export declare function removeLastSlashFromPath(path: string): string;