The following is the typings for `sync.read`: ``` export namespace sync { function read(buffer: BufferInput, options: Options): PNG; function write(png: PNG, options: Options): PNG; } ``` options in read should be optional according to docs.