import type { GetObjectCommandOutput } from "@aws-sdk/client-s3"; import type { StreamingBlobPayloadInputTypes } from "@smithy/types"; export declare const deleteObject: (Bucket: FileSystemDirectoryHandle, Key: string) => Promise, getObject: (Bucket: FileSystemDirectoryHandle, Key: string) => Promise, headObject: (Bucket: FileSystemDirectoryHandle, Key: string) => Promise, putObject: (Bucket: FileSystemDirectoryHandle, Key: string, body: StreamingBlobPayloadInputTypes) => Promise, removeEmptyDirectories: (directory: FileSystemDirectoryHandle, exclude: string[]) => Promise;