import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { CreatePodIdentityAssociationRequest, CreatePodIdentityAssociationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreatePodIdentityAssociationCommandInput extends CreatePodIdentityAssociationRequest {} export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIdentityAssociationResponse, __MetadataBearer {} declare const CreatePodIdentityAssociationCommand_base: { new ( input: CreatePodIdentityAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreatePodIdentityAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base { protected static __types: { api: { input: CreatePodIdentityAssociationRequest; output: CreatePodIdentityAssociationResponse; }; sdk: { input: CreatePodIdentityAssociationCommandInput; output: CreatePodIdentityAssociationCommandOutput; }; }; }