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