import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateIngestionRequest, CreateIngestionResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface CreateIngestionCommandInput extends CreateIngestionRequest {} export interface CreateIngestionCommandOutput extends CreateIngestionResponse, __MetadataBearer {} declare const CreateIngestionCommand_base: { new ( input: CreateIngestionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateIngestionCommandInput, CreateIngestionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateIngestionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateIngestionCommandInput, CreateIngestionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateIngestionCommand extends CreateIngestionCommand_base { protected static __types: { api: { input: CreateIngestionRequest; output: CreateIngestionResponse; }; sdk: { input: CreateIngestionCommandInput; output: CreateIngestionCommandOutput; }; }; }