import { CollectionModel } from '../collections/config/types'; declare function getSafeFileName(Model: CollectionModel, staticPath: string, desiredFilename: string): Promise; export default getSafeFileName;