interface ProjectLink { context: string; org: string; /** ISO timestamp the link was written. */ linkedAt: string; } export declare function loadProjectLink(cwd: string): Promise; export declare function saveProjectLink(cwd: string, link: Omit): Promise; export declare function removeProjectLink(cwd: string): Promise; export {}; //# sourceMappingURL=project-link.d.ts.map