import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeTableCommandInput } from "../commands/DescribeTableCommand"; import { DynamoDBClient } from "../DynamoDBClient"; export declare const waitForTableNotExists: ( params: WaiterConfiguration, input: DescribeTableCommandInput ) => Promise; export declare const waitUntilTableNotExists: ( params: WaiterConfiguration, input: DescribeTableCommandInput ) => Promise;