import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IVSRealTimeClient"; import { ImportPublicKeyRequest, ImportPublicKeyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ImportPublicKeyCommandInput extends ImportPublicKeyRequest {} export interface ImportPublicKeyCommandOutput extends ImportPublicKeyResponse, __MetadataBearer {} declare const ImportPublicKeyCommand_base: { new ( input: ImportPublicKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ImportPublicKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base { protected static __types: { api: { input: ImportPublicKeyRequest; output: ImportPublicKeyResponse; }; sdk: { input: ImportPublicKeyCommandInput; output: ImportPublicKeyCommandOutput; }; }; }