declare const url: { (formio: any): { title: string; name: string; uploadFile(file: any, name: any, dir: any, progressCallback: any, url: any, options: any, fileKey: any, groupPermissions: any, groupId: any, abortCallback: any): any; deleteFile(fileInfo: any): Promise; downloadFile(file: any): Promise; }; title: string; }; export default url;