import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ReplacePermissionAssociationsRequest, ReplacePermissionAssociationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface ReplacePermissionAssociationsCommandInput extends ReplacePermissionAssociationsRequest {} export interface ReplacePermissionAssociationsCommandOutput extends ReplacePermissionAssociationsResponse, __MetadataBearer {} declare const ReplacePermissionAssociationsCommand_base: { new ( input: ReplacePermissionAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ReplacePermissionAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_base { protected static __types: { api: { input: ReplacePermissionAssociationsRequest; output: ReplacePermissionAssociationsResponse; }; sdk: { input: ReplacePermissionAssociationsCommandInput; output: ReplacePermissionAssociationsCommandOutput; }; }; }