import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetResourceSharesCommandInput extends GetResourceSharesRequest {} export interface GetResourceSharesCommandOutput extends GetResourceSharesResponse, __MetadataBearer {} declare const GetResourceSharesCommand_base: { new ( input: GetResourceSharesCommandInput, ): import("@smithy/core/client").CommandImpl< GetResourceSharesCommandInput, GetResourceSharesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetResourceSharesCommandInput, ): import("@smithy/core/client").CommandImpl< GetResourceSharesCommandInput, GetResourceSharesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetResourceSharesCommand extends GetResourceSharesCommand_base { protected static __types: { api: { input: GetResourceSharesRequest; output: GetResourceSharesResponse; }; sdk: { input: GetResourceSharesCommandInput; output: GetResourceSharesCommandOutput; }; }; }