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