declare module 'peek-stream' { declare function peek(arg1: any, arg2: any): any; export = peek; }