export const PROBES_MODULE_OPTIONS = 'ProbesModuleOptions';
export const PROBE_OKAY = 'ok';
export const PROBE_NOT_OKAY = 'not_ok';
