import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetMatchIdCommandInput extends GetMatchIdInput {} export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {} declare const GetMatchIdCommand_base: { new ( input: GetMatchIdCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchIdCommandInput, GetMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMatchIdCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchIdCommandInput, GetMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMatchIdCommand extends GetMatchIdCommand_base { protected static __types: { api: { input: GetMatchIdInput; output: GetMatchIdOutput; }; sdk: { input: GetMatchIdCommandInput; output: GetMatchIdCommandOutput; }; }; }