import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { CreateCrawlerRequest, CreateCrawlerResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateCrawlerCommandInput extends CreateCrawlerRequest {} export interface CreateCrawlerCommandOutput extends CreateCrawlerResponse, __MetadataBearer {} declare const CreateCrawlerCommand_base: { new ( input: CreateCrawlerCommandInput ): import("@smithy/core/client").CommandImpl< CreateCrawlerCommandInput, CreateCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCrawlerCommandInput ): import("@smithy/core/client").CommandImpl< CreateCrawlerCommandInput, CreateCrawlerCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateCrawlerCommand extends CreateCrawlerCommand_base { protected static __types: { api: { input: CreateCrawlerRequest; output: {}; }; sdk: { input: CreateCrawlerCommandInput; output: CreateCrawlerCommandOutput; }; }; }