import type { S3ListParams } from "../../types/index.js"; export declare function list({ client, bucket, prefix, delimiter, ...forwardArgs }: S3ListParams): Promise;