import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetManagedCertificateDetailsRequest, GetManagedCertificateDetailsResult, } from "../models/models_1"; export { __MetadataBearer }; export interface GetManagedCertificateDetailsCommandInput extends GetManagedCertificateDetailsRequest {} export interface GetManagedCertificateDetailsCommandOutput extends GetManagedCertificateDetailsResult, __MetadataBearer {} declare const GetManagedCertificateDetailsCommand_base: { new ( input: GetManagedCertificateDetailsCommandInput, ): import("@smithy/core/client").CommandImpl< GetManagedCertificateDetailsCommandInput, GetManagedCertificateDetailsCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetManagedCertificateDetailsCommandInput, ): import("@smithy/core/client").CommandImpl< GetManagedCertificateDetailsCommandInput, GetManagedCertificateDetailsCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetManagedCertificateDetailsCommand extends GetManagedCertificateDetailsCommand_base { protected static __types: { api: { input: GetManagedCertificateDetailsRequest; output: GetManagedCertificateDetailsResult; }; sdk: { input: GetManagedCertificateDetailsCommandInput; output: GetManagedCertificateDetailsCommandOutput; }; }; }