import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ImagebuilderClient"; import { CreateInfrastructureConfigurationRequest, CreateInfrastructureConfigurationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateInfrastructureConfigurationCommandInput extends CreateInfrastructureConfigurationRequest {} export interface CreateInfrastructureConfigurationCommandOutput extends CreateInfrastructureConfigurationResponse, __MetadataBearer {} declare const CreateInfrastructureConfigurationCommand_base: { new ( input: CreateInfrastructureConfigurationCommandInput ): import("@smithy/core/client").CommandImpl< CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateInfrastructureConfigurationCommandInput ): import("@smithy/core/client").CommandImpl< CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base { protected static __types: { api: { input: CreateInfrastructureConfigurationRequest; output: CreateInfrastructureConfigurationResponse; }; sdk: { input: CreateInfrastructureConfigurationCommandInput; output: CreateInfrastructureConfigurationCommandOutput; }; }; }