type AttrSchema = any; export declare function formatValue(value: any, schema?: AttrSchema): string; export declare function formatValueQuoted(value: any, schema?: AttrSchema): string; export declare function formatItem(item: any): string; export {};