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