export declare const getNameAndExt: (url: string) => any; export declare const isValidFileName: (url: string) => boolean; export declare const replaceWithValidFilename: (namedNomenclature: any) => string;