declare const PROJECT_LINK_VERSION: 1; export declare const PROJECT_LINK_RELATIVE_PATH = ".veryfront/project.json"; export interface ProjectLink { version: typeof PROJECT_LINK_VERSION; controlPlane: string; projectId: string; projectSlug: string; } export declare function readProjectLink(projectDir: string): Promise; export declare function readProjectLinkForControlPlane(projectDir: string, resolvedApiUrl: string): Promise; export declare function writeProjectLink(projectDir: string, link: Omit): Promise; export declare function clearProjectLink(projectDir: string): Promise; export {}; //# sourceMappingURL=project-link.d.ts.map