/** * Removes the initial slash from a path, if the first character is a slash. * @param path */ export declare function removeInitialSlashFromPath(path: string): string;