export declare class SendInvoiceEmailDto {
    email?: string;
    templateId?: string;
    replyTo?: string;
    notes?: string;
}
