export declare class TypeParser { static tryParseAttributes(raw: string): object; private static extractAttribute; static tryParseValue(value: string): any; private static tryParseBoolean; }