export declare class EmailDeliveryError extends Error { constructor(message: string); } export declare class SMSDeliveryError extends Error { constructor(message: string); }