import type { Column } from "../+types";
import type { PathBranch } from "@1771technologies/lytenyte-shared";
export declare const branchLookupContext: import("react").Context<Record<string, PathBranch<Column<any>>>>;
export declare const useBranchLookup: () => Record<string, PathBranch<Column<any>>>;
