import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface StartCrawlerScheduleCommandInput extends StartCrawlerScheduleRequest {} export interface StartCrawlerScheduleCommandOutput extends StartCrawlerScheduleResponse, __MetadataBearer {} declare const StartCrawlerScheduleCommand_base: { new ( input: StartCrawlerScheduleCommandInput ): import("@smithy/core/client").CommandImpl< StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartCrawlerScheduleCommandInput ): import("@smithy/core/client").CommandImpl< StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartCrawlerScheduleCommand extends StartCrawlerScheduleCommand_base { protected static __types: { api: { input: StartCrawlerScheduleRequest; output: {}; }; sdk: { input: StartCrawlerScheduleCommandInput; output: StartCrawlerScheduleCommandOutput; }; }; }