import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMatchesRequest, GetMatchesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetMatchesCommandInput extends GetMatchesRequest {} export interface GetMatchesCommandOutput extends GetMatchesResponse, __MetadataBearer {} declare const GetMatchesCommand_base: { new ( input: GetMatchesCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchesCommandInput, GetMatchesCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMatchesCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchesCommandInput, GetMatchesCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMatchesCommand extends GetMatchesCommand_base { protected static __types: { api: { input: GetMatchesRequest; output: GetMatchesResponse; }; sdk: { input: GetMatchesCommandInput; output: GetMatchesCommandOutput; }; }; }