import type { VoyantGraphFacetEntity } from "@voyant-travel/core/project"; import type { ProjectLinkConvention, ProjectSubscriberConvention } from "./project-subscriber-link-conventions.js"; export declare function generateProjectSubscribersSource(subscribers: readonly ProjectSubscriberConvention[]): string; export declare function generateProjectLinksSource(links: readonly ProjectLinkConvention[]): string; export declare function generateSelectedLinksSource(projectLinks: readonly ProjectLinkConvention[], selectedLinks: readonly Required>[], sourceOverrides?: Readonly>): string;