import { InternalServerErrorException } from '@nestjs/common';
export declare class DepartmentTreeTooDeepException extends InternalServerErrorException {
    constructor(rootDeptId: string, maxDepth: number);
}
