export const STATUS_BUSY: "STATUS_BUSY"; export const STATUS_OK: "STATUS_OK"; export const STATUS_ERRORS: "STATUS_ERRORS"; export const STATUS_FATAL: "STATUS_FATAL"; export const STATUS_WARNINGS: "STATUS_WARNINGS";