import { type LoadedGjcPlugin } from "./types"; export declare function loadGjcPlugin(root: string): Promise; export declare function loadGjcPlugins(roots: readonly string[]): Promise;