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