import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeServerCommandInput } from "../commands/DescribeServerCommand"; import { TransferClient } from "../TransferClient"; export declare const waitForServerOffline: ( params: WaiterConfiguration, input: DescribeServerCommandInput ) => Promise; export declare const waitUntilServerOffline: ( params: WaiterConfiguration, input: DescribeServerCommandInput ) => Promise;