declare const gracefulExit: (signals: string | string[], callback: () => void) => void;

export { gracefulExit };
