import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeSnapshotScheduleInput, DescribeSnapshotScheduleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeSnapshotScheduleCommandInput extends DescribeSnapshotScheduleInput {} export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotScheduleOutput, __MetadataBearer {} declare const DescribeSnapshotScheduleCommand_base: { new ( input: DescribeSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeSnapshotScheduleCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeSnapshotScheduleCommand extends DescribeSnapshotScheduleCommand_base { protected static __types: { api: { input: DescribeSnapshotScheduleInput; output: DescribeSnapshotScheduleOutput; }; sdk: { input: DescribeSnapshotScheduleCommandInput; output: DescribeSnapshotScheduleCommandOutput; }; }; }