import { Command } from 'commander'; import { CommandContext } from '../types/index.js'; export declare function createWebhooksCommand(context: CommandContext): Command;