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