import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { HeadObjectCommandInput } from "../commands/HeadObjectCommand"; import { S3Client } from "../S3Client"; export declare const waitForObjectNotExists: ( params: WaiterConfiguration, input: HeadObjectCommandInput ) => Promise; export declare const waitUntilObjectNotExists: ( params: WaiterConfiguration, input: HeadObjectCommandInput ) => Promise;