export type Callback = (error?: E) => void; export type HeadersObject = { [key: string]: string | string[] | undefined; }; export type BufferEncoding = any;