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