import { BaseTypedef } from '../base.typedef'; export declare class Benefit extends BaseTypedef { id: string; code: string; createBy: string; createDate: Date; lastUpdate: Date; name: string; engName: string; localizedName: object; updateBy: Date; priority: number; enabled: number; image: string; value: string; } export declare class BenefitDetail extends Benefit { } declare const BenefitListResponse_base: any; export declare class BenefitListResponse extends BenefitListResponse_base { } export {}; //# sourceMappingURL=benefit.typedef.d.ts.map