import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetMatchingJobCommandInput extends GetMatchingJobInput {} export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __MetadataBearer {} declare const GetMatchingJobCommand_base: { new ( input: GetMatchingJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchingJobCommandInput, GetMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMatchingJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetMatchingJobCommandInput, GetMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base { protected static __types: { api: { input: GetMatchingJobInput; output: GetMatchingJobOutput; }; sdk: { input: GetMatchingJobCommandInput; output: GetMatchingJobCommandOutput; }; }; }