export declare const PROJECTS_HOME_ENV = "HASNA_PROJECTS_HOME"; export declare const PROJECT_WORKSPACE_ID_PATTERN: RegExp; export declare function assertProjectWorkspaceId(workspaceId: string): string; export declare function getProjectsHome(): string; export declare function projectWorkspaceStorePath(workspaceId: string): string; export declare function projectDataStorePath(workspaceId: string): string; export declare function isProjectWorkspaceStorePath(workspaceId: string, path: string | null | undefined): boolean; //# sourceMappingURL=project-store-paths.d.ts.map