export declare function parseAttributes(attrString: string): Record; export declare function serializeAttributes(attributes: Record): string;