import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { ClientCertificate, GetClientCertificateRequest, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetClientCertificateCommandInput extends GetClientCertificateRequest {} export interface GetClientCertificateCommandOutput extends ClientCertificate, __MetadataBearer {} declare const GetClientCertificateCommand_base: { new ( input: GetClientCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetClientCertificateCommandInput, GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetClientCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetClientCertificateCommandInput, GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetClientCertificateCommand extends GetClientCertificateCommand_base { protected static __types: { api: { input: GetClientCertificateRequest; output: ClientCertificate; }; sdk: { input: GetClientCertificateCommandInput; output: GetClientCertificateCommandOutput; }; }; }