import { AlertDefinition } from '../../../AdaptableState/AlertState';
import { AlertType } from '../Utilities/getAlertType';
export declare const isValidAlertMessage: (alert: AlertDefinition, alertType: AlertType) => true | string;
