import { CLIOptions } from '../index';
/**
 * Install the webhook endpoint in the user's Next.js project
 */
export declare function installWebhook(options: CLIOptions): Promise<void>;
