import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopKeyUsageInput, StopKeyUsageOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StopKeyUsageCommandInput extends StopKeyUsageInput {} export interface StopKeyUsageCommandOutput extends StopKeyUsageOutput, __MetadataBearer {} declare const StopKeyUsageCommand_base: { new ( input: StopKeyUsageCommandInput, ): import("@smithy/core/client").CommandImpl< StopKeyUsageCommandInput, StopKeyUsageCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopKeyUsageCommandInput, ): import("@smithy/core/client").CommandImpl< StopKeyUsageCommandInput, StopKeyUsageCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopKeyUsageCommand extends StopKeyUsageCommand_base { protected static __types: { api: { input: StopKeyUsageInput; output: StopKeyUsageOutput; }; sdk: { input: StopKeyUsageCommandInput; output: StopKeyUsageCommandOutput; }; }; }