export declare function getFileName(entityId: string, parameterMetadataId: number, originalFileName: string): string;
export declare function getFileExtension(fileName: string): string;
export declare function applyDownloadLink(href: string, fileName: string | null, openInNewWindow?: boolean): void;
