import type { ModulePreInitContext } from '../modules.config';
export declare const shouldLoadModule: (ctx: ModulePreInitContext) => boolean;
