declare const log: import("kricket").Logger<"error" | "info" | "fatal" | "warn" | "debug" | "alert" | "caution" | "notice" | "success"> & Record<"error" | "info" | "fatal" | "warn" | "debug" | "alert" | "caution" | "notice" | "success", import("kricket").LogMethod>>; declare const catchError: (err: Error) => void; export { log, catchError };