/** * verify-post — Step 8 of the hula.verify workflow. * Invoked as: `hula script verify-post -- [--repo-root ]` * * Posts a verification report as a PR comment mentioning @copilot. * Emits structured JSON to stdout; all other output goes to stderr. * Exit codes: 0=success, 1=user error, 2=tool error. * * Node port of `hula-verify-post.sh` (cross-platform: no bash, no jq). */ export declare function main(args: string[]): Promise; //# sourceMappingURL=verify-post.d.ts.map