export declare function gjcPluginUserRoot(): string; export declare function gjcPluginProjectRoot(cwd: string): string; export declare function rootContainsGjcManifest(dir: string): Promise; export declare function discoverGjcPluginRoots({ cwd }: { cwd: string; home?: string; }): Promise; export declare function resolveWithinRoot(root: string, rel: string): string;