import { LabelerFilter } from '../../../interfaces'; /** * This a labeler function, which takes event data and describes it in "plain english", * such that we can display a notification regarding its contents. */ export declare const Label: LabelerFilter;