declare type Options = { s3: AWS.S3; Prefix: string; Bucket: string; }; export declare const remove: (options: Options) => Promise; export {}; //# sourceMappingURL=remove.d.ts.map