import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityResolutionJobRequest, GetIdentityResolutionJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityResolutionJobCommandInput extends GetIdentityResolutionJobRequest {} export interface GetIdentityResolutionJobCommandOutput extends GetIdentityResolutionJobResponse, __MetadataBearer {} declare const GetIdentityResolutionJobCommand_base: { new ( input: GetIdentityResolutionJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityResolutionJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityResolutionJobCommand extends GetIdentityResolutionJobCommand_base { protected static __types: { api: { input: GetIdentityResolutionJobRequest; output: GetIdentityResolutionJobResponse; }; sdk: { input: GetIdentityResolutionJobCommandInput; output: GetIdentityResolutionJobCommandOutput; }; }; }