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