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