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