/** * Renders the written fallback runbook from the step plan. * * The automation and the runbook read the same records in * `google-setup-plan.ts`, so they cannot drift. `docs/google-setup-runbook.md` * is the checked-in output of `renderGoogleSetupRunbook()`, and a test * regenerates it and fails if the committed copy is stale. When automation * gives up, its error message points at the anchor for the step that stopped. */ /** Path to the generated runbook, relative to the repository root. */ export declare const RUNBOOK_RELATIVE_PATH = "docs/google-setup-runbook.md"; /** Render the complete runbook markdown. */ export declare function renderGoogleSetupRunbook(): string; //# sourceMappingURL=setup-runbook.d.ts.map