import { AttDefEntityData } from './attdef'; export declare const TYPE = "ATTRIB"; export interface AttRibEntityData extends Omit { type: typeof TYPE; } export declare const process: (tuples: [type: number, value: any][]) => AttRibEntityData; declare const _default: { TYPE: string; process: (tuples: [type: number, value: any][]) => AttRibEntityData; }; export default _default;