declare const statusTextMap: Record; declare function getStatusText(status: number): string; export { getStatusText, statusTextMap };