import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateCACertificateRequest } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateCACertificateCommandInput extends UpdateCACertificateRequest {} export interface UpdateCACertificateCommandOutput extends __MetadataBearer {} declare const UpdateCACertificateCommand_base: { new ( input: UpdateCACertificateCommandInput ): import("@smithy/core/client").CommandImpl< UpdateCACertificateCommandInput, UpdateCACertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateCACertificateCommandInput ): import("@smithy/core/client").CommandImpl< UpdateCACertificateCommandInput, UpdateCACertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateCACertificateCommand extends UpdateCACertificateCommand_base { protected static __types: { api: { input: UpdateCACertificateRequest; output: {}; }; sdk: { input: UpdateCACertificateCommandInput; output: UpdateCACertificateCommandOutput; }; }; }