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