import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddPolicyStatementInput, AddPolicyStatementOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AddPolicyStatementCommandInput extends AddPolicyStatementInput {} export interface AddPolicyStatementCommandOutput extends AddPolicyStatementOutput, __MetadataBearer {} declare const AddPolicyStatementCommand_base: { new ( input: AddPolicyStatementCommandInput, ): import("@smithy/core/client").CommandImpl< AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddPolicyStatementCommandInput, ): import("@smithy/core/client").CommandImpl< AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base { protected static __types: { api: { input: AddPolicyStatementInput; output: AddPolicyStatementOutput; }; sdk: { input: AddPolicyStatementCommandInput; output: AddPolicyStatementCommandOutput; }; }; }