import { AdaptableApi, AlertDefinition } from '../../../types';
export declare const mapAlertDefinition: (api: AdaptableApi, alertDefinition: AlertDefinition) => AlertDefinition;
