import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0"; export { __MetadataBearer }; export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIdentityInput {} export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIdentityResponse, __MetadataBearer {} declare const LookupDeveloperIdentityCommand_base: { new ( input: LookupDeveloperIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: LookupDeveloperIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base { protected static __types: { api: { input: LookupDeveloperIdentityInput; output: LookupDeveloperIdentityResponse; }; sdk: { input: LookupDeveloperIdentityCommandInput; output: LookupDeveloperIdentityCommandOutput; }; }; }