/** * Gets the file extension from a URL. * @param url The URL to get the file extension from. * @returns The file extension, or an empty string if no extension is found. */ export declare function GetExtensionFromUrl(url: string): string;