/** * Extracts the path of a URL with query parameters. Platform agnostic. */ export declare const getPathFromUrl: (url: string) => string;