export declare type UploadS3_IMGUP = {
    ok: boolean;
    url?: string;
    error?: Error;
};
