/**
 * Depth Options.
 * @public
 */
export interface DepthOptions {
    /**
     * Number of levels to retrieve.
     */
    depth?: number;
}
