import { Tags } from './index'; export declare function escapeCommaSpace(s: string | number | boolean): string; export declare function tagToString(tags: Tags): string;