import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateIdentitySourceInput, UpdateIdentitySourceOutput, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig, } from "../VerifiedPermissionsClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateIdentitySourceCommandInput extends UpdateIdentitySourceInput {} export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceOutput, __MetadataBearer {} declare const UpdateIdentitySourceCommand_base: { new ( input: UpdateIdentitySourceCommandInput ): import("@smithy/core/client").CommandImpl< UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateIdentitySourceCommandInput ): import("@smithy/core/client").CommandImpl< UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base { protected static __types: { api: { input: UpdateIdentitySourceInput; output: UpdateIdentitySourceOutput; }; sdk: { input: UpdateIdentitySourceCommandInput; output: UpdateIdentitySourceCommandOutput; }; }; }