export declare class Webhook { static send(url: string, payload: any): Promise; }