export declare class FileUploadService {
    create(Entity: any): string;
}
