import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeClient"; import { PutRetentionSettingsRequest, PutRetentionSettingsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutRetentionSettingsCommandInput extends PutRetentionSettingsRequest {} export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsResponse, __MetadataBearer {} declare const PutRetentionSettingsCommand_base: { new ( input: PutRetentionSettingsCommandInput ): import("@smithy/core/client").CommandImpl< PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutRetentionSettingsCommandInput ): import("@smithy/core/client").CommandImpl< PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class PutRetentionSettingsCommand extends PutRetentionSettingsCommand_base { protected static __types: { api: { input: PutRetentionSettingsRequest; output: PutRetentionSettingsResponse; }; sdk: { input: PutRetentionSettingsCommandInput; output: PutRetentionSettingsCommandOutput; }; }; }