import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { ACMPCAClient } from "../ACMPCAClient"; import { GetCertificateCommandInput, GetCertificateCommandOutput, } from "../commands/GetCertificateCommand"; import { ACMPCAServiceException } from "../models/ACMPCAServiceException"; export declare const waitForCertificateIssued: ( params: WaiterConfiguration, input: GetCertificateCommandInput, ) => Promise>; export declare const waitUntilCertificateIssued: ( params: WaiterConfiguration, input: GetCertificateCommandInput, ) => Promise>;