import { BaseTypedef } from '../base.typedef'; export declare class Attribute extends BaseTypedef { name: string; bonus: object; } export declare class AttributeDetail extends Attribute { } declare const AttributeListReponse_base: any; export declare class AttributeListReponse extends AttributeListReponse_base { } export {}; //# sourceMappingURL=attribute.typedef.d.ts.map