export declare const projectThresholdAlertEmail: (projectName: string, clientName: string, budgetAmount: number, spentAmount: number, thresholdPercentage: number, remainingBudget: number) => string;
