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