export declare class Webhook {
    from: string;
    subject: string;
    text: string;
    to: string;
}
