import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { DeleteCrawlerRequest, DeleteCrawlerResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteCrawlerCommandInput extends DeleteCrawlerRequest {} export interface DeleteCrawlerCommandOutput extends DeleteCrawlerResponse, __MetadataBearer {} declare const DeleteCrawlerCommand_base: { new ( input: DeleteCrawlerCommandInput ): import("@smithy/core/client").CommandImpl< DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteCrawlerCommandInput ): import("@smithy/core/client").CommandImpl< DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteCrawlerCommand extends DeleteCrawlerCommand_base { protected static __types: { api: { input: DeleteCrawlerRequest; output: {}; }; sdk: { input: DeleteCrawlerCommandInput; output: DeleteCrawlerCommandOutput; }; }; }