import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CrlDetailResponse, ImportCrlRequest } from "../models/models_0"; export { __MetadataBearer }; export interface ImportCrlCommandInput extends ImportCrlRequest {} export interface ImportCrlCommandOutput extends CrlDetailResponse, __MetadataBearer {} declare const ImportCrlCommand_base: { new ( input: ImportCrlCommandInput, ): import("@smithy/core/client").CommandImpl< ImportCrlCommandInput, ImportCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportCrlCommandInput, ): import("@smithy/core/client").CommandImpl< ImportCrlCommandInput, ImportCrlCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportCrlCommand extends ImportCrlCommand_base { protected static __types: { api: { input: ImportCrlRequest; output: CrlDetailResponse; }; sdk: { input: ImportCrlCommandInput; output: ImportCrlCommandOutput; }; }; }