import type { NotifyPayload, NotixResponse } from './types'; export declare function sendWebhook(endpoint: string, token: string, payload: NotifyPayload, timeout?: number): Promise;