import { defineTree } from './defineTree.js'; /** * Return every tree utility function with options partially applied. * * @deprecated Use `defineTree` instead */ export declare const withOptions: typeof defineTree;