import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { DescribeImageCommandInput, DescribeImageCommandOutput, } from "../commands/DescribeImageCommand"; import { SageMakerServiceException } from "../models/SageMakerServiceException"; import { SageMakerClient } from "../SageMakerClient"; export declare const waitForImageDeleted: ( params: WaiterConfiguration, input: DescribeImageCommandInput, ) => Promise>; export declare const waitUntilImageDeleted: ( params: WaiterConfiguration, input: DescribeImageCommandInput, ) => Promise>;