type NodeRequire = (id: string) => unknown; export declare function applySolidComunicaPatches(requireModule?: NodeRequire): boolean; export {};