import type { WhatsAppWebhook } from '../models/api.js'; export declare function renderWebhookDetails(webhook: WhatsAppWebhook, options?: { includeSecret?: boolean; }): string; export declare function renderWebhookListItem(webhook: WhatsAppWebhook): string;