import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityPoliciesCommandInput extends GetIdentityPoliciesRequest {} export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesResponse, __MetadataBearer {} declare const GetIdentityPoliciesCommand_base: { new ( input: GetIdentityPoliciesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityPoliciesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityPoliciesCommand extends GetIdentityPoliciesCommand_base { protected static __types: { api: { input: GetIdentityPoliciesRequest; output: GetIdentityPoliciesResponse; }; sdk: { input: GetIdentityPoliciesCommandInput; output: GetIdentityPoliciesCommandOutput; }; }; }