import { Attribute } from '../../../types/index';

export declare const deserializeAttributes: (attributes: Attribute[]) => Attribute[];
