export declare const moduleConst: {
    module_name: string;
    module_type: string;
    module_access: boolean;
}[];
