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