import { AdaptableApi, AdaptablePredicateDef, ColumnScope } from '../../../types';
import { AlertType } from './getAlertType';
export declare const getAvailablePredicateDefinitions: (api: AdaptableApi, scope: ColumnScope, alertType: AlertType) => AdaptablePredicateDef<string>[];
