export interface KernelDuty { id: string; name: string; slug: string; } export declare const KERNEL_DUTIES: readonly KernelDuty[]; export declare const KERNEL_DUTY_IDS: readonly string[]; export declare const KERNEL_DUTY_NAMES: readonly string[]; export declare const KERNEL_DUTY_COUNT: 11;