import { BaseTypedef } from '..'; export declare class Level extends BaseTypedef { id: string; code: string; level_id: string; localizedName: object; name: string; priority: number; value: string; } //# sourceMappingURL=level.typedef.d.ts.map