import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DisassociateUserProficienciesRequest } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DisassociateUserProficienciesCommandInput extends DisassociateUserProficienciesRequest {} export interface DisassociateUserProficienciesCommandOutput extends __MetadataBearer {} declare const DisassociateUserProficienciesCommand_base: { new ( input: DisassociateUserProficienciesCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateUserProficienciesCommandInput, DisassociateUserProficienciesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisassociateUserProficienciesCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateUserProficienciesCommandInput, DisassociateUserProficienciesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisassociateUserProficienciesCommand extends DisassociateUserProficienciesCommand_base { protected static __types: { api: { input: DisassociateUserProficienciesRequest; output: {}; }; sdk: { input: DisassociateUserProficienciesCommandInput; output: DisassociateUserProficienciesCommandOutput; }; }; }