import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { GetIntegrationsRequest, GetIntegrationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetIntegrationsCommandInput extends GetIntegrationsRequest {} export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, __MetadataBearer {} declare const GetIntegrationsCommand_base: { new ( input: GetIntegrationsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetIntegrationsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base { protected static __types: { api: { input: GetIntegrationsRequest; output: GetIntegrationsResponse; }; sdk: { input: GetIntegrationsCommandInput; output: GetIntegrationsCommandOutput; }; }; }