export declare const items: { id: number; name: string; order: number; checked: boolean; created: string; desc: string; additionalText: string; }[];