/** * Get first slice of URL * @param pathname */ export declare const getFirstSliceOfURL: (pathname: string) => string; /** * Remove slash from the start of the string * @param str */ export declare const removeSlashFromStartOfString: (str: string) => string;