import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAccountDataRetentionRequest, PutAccountDataRetentionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface PutAccountDataRetentionCommandInput extends PutAccountDataRetentionRequest {} export interface PutAccountDataRetentionCommandOutput extends PutAccountDataRetentionResponse, __MetadataBearer {} declare const PutAccountDataRetentionCommand_base: { new ( input: PutAccountDataRetentionCommandInput, ): import("@smithy/core/client").CommandImpl< PutAccountDataRetentionCommandInput, PutAccountDataRetentionCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutAccountDataRetentionCommandInput, ): import("@smithy/core/client").CommandImpl< PutAccountDataRetentionCommandInput, PutAccountDataRetentionCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutAccountDataRetentionCommand extends PutAccountDataRetentionCommand_base { protected static __types: { api: { input: PutAccountDataRetentionRequest; output: PutAccountDataRetentionResponse; }; sdk: { input: PutAccountDataRetentionCommandInput; output: PutAccountDataRetentionCommandOutput; }; }; }