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