I am using a library that has the following definition in the d.ts file.
export function read(success?: (data: any, response: Response) => void);