import { DingtalkAuthService } from './dingtalk-auth.service';
export declare class DingtalkUserService {
    private authService;
    private readonly logger;
    constructor(authService: DingtalkAuthService);
    deleteUser(userId: string): Promise<any>;
}
