export declare class ResTableSpecType { size: number; typeId: number; typeCount: number; typeName: string; specValues: Array; constructor(xmlBytes: Uint8Array, nameList: Array); }