export type Signal = "SIGUSR2" | "SIGINT" | "SIGTERM" | "SIGPIPE" | "SIGHUP" | "SIGABRT"; declare const _default: Signal[]; export default _default;