import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetScheduleInput, GetScheduleOutput } from "../models/models_0"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../SchedulerClient"; export { __MetadataBearer }; export { $Command }; export interface GetScheduleCommandInput extends GetScheduleInput {} export interface GetScheduleCommandOutput extends GetScheduleOutput, __MetadataBearer {} declare const GetScheduleCommand_base: { new ( input: GetScheduleCommandInput ): import("@smithy/core/client").CommandImpl< GetScheduleCommandInput, GetScheduleCommandOutput, SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetScheduleCommandInput ): import("@smithy/core/client").CommandImpl< GetScheduleCommandInput, GetScheduleCommandOutput, SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetScheduleCommand extends GetScheduleCommand_base { protected static __types: { api: { input: GetScheduleInput; output: GetScheduleOutput; }; sdk: { input: GetScheduleCommandInput; output: GetScheduleCommandOutput; }; }; }