import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCertificateRequest, CreateCertificateResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCertificateCommandInput extends CreateCertificateRequest {} export interface CreateCertificateCommandOutput extends CreateCertificateResult, __MetadataBearer {} declare const CreateCertificateCommand_base: { new ( input: CreateCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCertificateCommandInput, CreateCertificateCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCertificateCommandInput, CreateCertificateCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCertificateCommand extends CreateCertificateCommand_base { protected static __types: { api: { input: CreateCertificateRequest; output: CreateCertificateResult; }; sdk: { input: CreateCertificateCommandInput; output: CreateCertificateCommandOutput; }; }; }