import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetOperationsForResourceRequest, GetOperationsForResourceResult, } from "../models/models_1"; export { __MetadataBearer }; export interface GetOperationsForResourceCommandInput extends GetOperationsForResourceRequest {} export interface GetOperationsForResourceCommandOutput extends GetOperationsForResourceResult, __MetadataBearer {} declare const GetOperationsForResourceCommand_base: { new ( input: GetOperationsForResourceCommandInput, ): import("@smithy/core/client").CommandImpl< GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetOperationsForResourceCommandInput, ): import("@smithy/core/client").CommandImpl< GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetOperationsForResourceCommand extends GetOperationsForResourceCommand_base { protected static __types: { api: { input: GetOperationsForResourceRequest; output: GetOperationsForResourceResult; }; sdk: { input: GetOperationsForResourceCommandInput; output: GetOperationsForResourceCommandOutput; }; }; }