/** * Read a structure outline document by specId. * Returns the raw markdown content. * Throws if not found. */ export declare function readOutline(projectRoot: string, specId: string): Promise; //# sourceMappingURL=outline-state.d.ts.map