import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportKeyInput, ImportKeyOutput } from "../models/models_0"; export { __MetadataBearer }; export interface ImportKeyCommandInput extends ImportKeyInput {} export interface ImportKeyCommandOutput extends ImportKeyOutput, __MetadataBearer {} declare const ImportKeyCommand_base: { new ( input: ImportKeyCommandInput, ): import("@smithy/core/client").CommandImpl< ImportKeyCommandInput, ImportKeyCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportKeyCommandInput, ): import("@smithy/core/client").CommandImpl< ImportKeyCommandInput, ImportKeyCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportKeyCommand extends ImportKeyCommand_base { protected static __types: { api: { input: ImportKeyInput; output: ImportKeyOutput; }; sdk: { input: ImportKeyCommandInput; output: ImportKeyCommandOutput; }; }; }