import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest {} export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyResponse, __MetadataBearer {} declare const PutIdentityPolicyCommand_base: { new ( input: PutIdentityPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutIdentityPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutIdentityPolicyCommand extends PutIdentityPolicyCommand_base { protected static __types: { api: { input: PutIdentityPolicyRequest; output: {}; }; sdk: { input: PutIdentityPolicyCommandInput; output: PutIdentityPolicyCommandOutput; }; }; }