import type { CouncilSpawn } from "../council/types.js"; export declare function createReviewSpawn(bin?: string): CouncilSpawn;