/** * Webhook commands: add, list, remove, test, check-expiry. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=webhook.d.ts.map