declare type Callback = (err?: Error | null, ...results: any[]) => void; export default Callback;