export type ItemToStringFunction = (item: Item) => string; export declare function itemToString(item: Item): string;