/** Set (or clear) the grove code-navigation steering block. */ export declare function setGroveSteering(block: string | null): void; /** Set (or clear) the browser UI-verification steering block. */ export declare function setBrowserSteering(block: string | null): void; export declare function buildProjectOrientation(cwdAbs: string): string;