export default function checkArrayDepth(arr: any[] | any[][] | any[][][] | any, depth: number): boolean;