import { Item } from "./types";
export declare function findFirstEnabledItem(items: Item[], excludeId?: string): Item | undefined;
