import { TPbkProject } from "../types.js";
export declare function checkCrossProjectImportsFun(b2fPortalProjects: TPbkProject[]): Promise<void>;
