export declare class Sasih { readonly id: number; readonly refId: number; readonly name: string; static readonly values: Sasih[]; static readonly KASA: Sasih; static readonly KARO: Sasih; static readonly KATIGA: Sasih; static readonly KAPAT: Sasih; static readonly KALIMA: Sasih; static readonly KANEM: Sasih; static readonly KAPITU: Sasih; static readonly KAWOLU: Sasih; static readonly KASANGA: Sasih; static readonly KADASA: Sasih; static readonly DESTHA: Sasih; static readonly SADHA: Sasih; static readonly MALA_DESTHA: Sasih; static readonly MALA_SADHA: Sasih; static readonly NAMPIH_DESTHA: Sasih; static readonly NAMPIH_KATIGA: Sasih; static readonly NAMPIH_KASA: Sasih; static readonly NAMPIH_KADASA: Sasih; static readonly NAMPIH_KARO: Sasih; static readonly NAMPIH_SADHA: Sasih; constructor(id: number, refId: number, name: string); readonly reference: Sasih; }