import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { GetComponentCommandInput, GetComponentCommandOutput, } from "../commands/GetComponentCommand"; import { ResourceNotFoundException } from "../models/errors"; import { ProtonServiceException } from "../models/ProtonServiceException"; import { ProtonClient } from "../ProtonClient"; export declare const waitForComponentDeleted: ( params: WaiterConfiguration, input: GetComponentCommandInput, ) => Promise>; export declare const waitUntilComponentDeleted: ( params: WaiterConfiguration, input: GetComponentCommandInput, ) => Promise>;