export declare type BaseModule = { name?: string; description?: string | null; order?: number; visible?: boolean; bannerUrl?: string | null; };