import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {} export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, __MetadataBearer {} declare const DescribeBackupsCommand_base: { new ( input: DescribeBackupsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeBackupsCommandInput, DescribeBackupsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeBackupsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeBackupsCommandInput, DescribeBackupsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base { protected static __types: { api: { input: DescribeBackupsRequest; output: DescribeBackupsResponse; }; sdk: { input: DescribeBackupsCommandInput; output: DescribeBackupsCommandOutput; }; }; }