export declare class Ingkel { readonly id: number; readonly name: string; static readonly values: Ingkel[]; static readonly WONG: Ingkel; static readonly SATO: Ingkel; static readonly MINA: Ingkel; static readonly MANUK: Ingkel; static readonly TARU: Ingkel; static readonly BUKU: Ingkel; constructor(id: number, name: string); }