import type { GlobalContext, WebhooksObject } from "../types.js";
export default function transformWebhooksObject(webhooksObject: WebhooksObject, ctx: GlobalContext): string;
