export interface Category { banner: string; enabled: boolean; id: string; label: string; slug: string; order: number; } export declare const categories: Category[];