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