import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsRequest {} export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResponse, __MetadataBearer {} declare const DescribeSnapshotsCommand_base: { new ( input: DescribeSnapshotsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeSnapshotsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base { protected static __types: { api: { input: DescribeSnapshotsRequest; output: DescribeSnapshotsResponse; }; sdk: { input: DescribeSnapshotsCommandInput; output: DescribeSnapshotsCommandOutput; }; }; }