import { RelativeFile } from "../../entities/sharepoint/RelativeFile";
/**
 * Returns file extension including the dot, and not removing querystring (atm)
 */
export declare function getFileExtensionNameByUrl(url: string): string;
export declare function getFileExtensionNameByUrl(file: RelativeFile): string;
