/** * Used to precoerce a data value to a number, for the purposes of coalescing. * @param {any} item */ export function precoerceNumber(item: any): any; /** * Asserts that an object has a certain allowed depth. */ export function assertAllowedDepth(item: any, depthAllowed?: number): any;