/** * CLI Command: webhook:setup * * Register Jira webhook for the current project */ import { Command } from "commander"; export declare const webhookSetupCommand: Command; //# sourceMappingURL=webhook-setup.d.ts.map