import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartMatchingJobInput, StartMatchingJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StartMatchingJobCommandInput extends StartMatchingJobInput {} export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, __MetadataBearer {} declare const StartMatchingJobCommand_base: { new ( input: StartMatchingJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartMatchingJobCommandInput, StartMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartMatchingJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartMatchingJobCommandInput, StartMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartMatchingJobCommand extends StartMatchingJobCommand_base { protected static __types: { api: { input: StartMatchingJobInput; output: StartMatchingJobOutput; }; sdk: { input: StartMatchingJobCommandInput; output: StartMatchingJobCommandOutput; }; }; }