export declare const DeptData: ({ createdBy: null; createdDate: number; lastModifiedBy: null; lastModifiedDate: number; id: number; key: number; ip: string; memorySize: string; networks: null; org: null; os: string; resourceCode: string; resourceDescription: string; resourceName: string; sshKey: null; sshPort: number; sshPwd: null; sshUser: string; tags: string[]; status: string; children: { createdBy: null; createdDate: number; lastModifiedBy: null; lastModifiedDate: number; id: number; key: number; ip: string; memorySize: string; networks: null; org: null; os: string; resourceCode: string; resourceDescription: string; resourceName: string; sshKey: null; sshPort: number; sshPwd: null; sshUser: string; tags: string[]; status: string; }[]; } | { createdBy: null; createdDate: number; lastModifiedBy: null; lastModifiedDate: number; id: number; key: number; ip: string; memorySize: string; networks: null; org: null; os: string; resourceCode: string; resourceDescription: string; resourceName: string; sshKey: null; sshPort: number; sshPwd: null; sshUser: string; tags: string[]; status: string; children?: undefined; })[];