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