/** * CLI: guardvibe ci * Generates CI/CD workflow configurations. */ /** * PR-native, author-independent review workflow: on each PR, run a DIFF-AWARE scan * (only issues newly introduced by the PR) and post them as inline review comments * via actions/github-script — no extra runtime dependency. The moat made visible * exactly where AI-written code lands. */ export declare function buildGithubPrReviewWorkflow(version: string): string; export declare function runCi(args: string[]): void;