export declare const projectDirectory: string;
export declare const projectPackageJson: string;
export declare const resolveProjectPath: (path: string) => string;
