import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAccountDataRetentionRequest, GetAccountDataRetentionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetAccountDataRetentionCommandInput extends GetAccountDataRetentionRequest {} export interface GetAccountDataRetentionCommandOutput extends GetAccountDataRetentionResponse, __MetadataBearer {} declare const GetAccountDataRetentionCommand_base: { new ( input: GetAccountDataRetentionCommandInput, ): import("@smithy/core/client").CommandImpl< GetAccountDataRetentionCommandInput, GetAccountDataRetentionCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetAccountDataRetentionCommandInput] ): import("@smithy/core/client").CommandImpl< GetAccountDataRetentionCommandInput, GetAccountDataRetentionCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAccountDataRetentionCommand extends GetAccountDataRetentionCommand_base { protected static __types: { api: { input: {}; output: GetAccountDataRetentionResponse; }; sdk: { input: GetAccountDataRetentionCommandInput; output: GetAccountDataRetentionCommandOutput; }; }; }