import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetCertificateCommandInput extends GetCertificateRequest {} export interface GetCertificateCommandOutput extends GetCertificateResponse, __MetadataBearer {} declare const GetCertificateCommand_base: { new ( input: GetCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< GetCertificateCommandInput, GetCertificateCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< GetCertificateCommandInput, GetCertificateCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCertificateCommand extends GetCertificateCommand_base { protected static __types: { api: { input: GetCertificateRequest; output: GetCertificateResponse; }; sdk: { input: GetCertificateCommandInput; output: GetCertificateCommandOutput; }; }; }