import { FastiFoxPlugin, IFastiFoxPlugin } from '../../protocols/crud-generator-helper.struct'; import { IRegisterMulterPlugin } from './multer-plugin.struct'; export declare class UploadMulter extends FastiFoxPlugin implements IFastiFoxPlugin { name: string; register({ local, awsS3 }: IRegisterMulterPlugin): void; }