import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeSnapshotSchedulesMessage, DescribeSnapshotSchedulesOutputMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeSnapshotSchedulesCommandInput extends DescribeSnapshotSchedulesMessage {} export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshotSchedulesOutputMessage, __MetadataBearer {} declare const DescribeSnapshotSchedulesCommand_base: { new ( input: DescribeSnapshotSchedulesCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeSnapshotSchedulesCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeSnapshotSchedulesCommand extends DescribeSnapshotSchedulesCommand_base { protected static __types: { api: { input: DescribeSnapshotSchedulesMessage; output: DescribeSnapshotSchedulesOutputMessage; }; sdk: { input: DescribeSnapshotSchedulesCommandInput; output: DescribeSnapshotSchedulesCommandOutput; }; }; }