import type { ResolvedConfig } from "../types.js"; /** Write the proposal and record it. Returns the path it landed at. */ export declare function propose(resolved: ResolvedConfig, skill: string, body: string, entry: { summary: string; evidence: string[]; }): Promise;