declare const addAttributes: (target: any, values: (x: any) => { name: string; type: string; display: string; }[]) => void; declare const common: { name: string; type: string; display: string; }[]; //# sourceMappingURL=AddAttributes.d.ts.map