declare module "stream-to-array" { function s2a(stream: any, callback?: (error: Error, result: any) => void): Promise namespace s2a {} export = s2a }