/** * Provides the depth for a specific location. */ export type DepthProvider = (location: T) => Promise;