export declare function getRelativePath(url: string, basePath: string, options?: { keepLeadingSlash?: boolean; keepQuery?: boolean; }): string;