export declare function registerAttr(attr: any, parser: Function): void;
export declare function parseAttr(key: any, value: any): any;
