export default function (isError: boolean, response: any, callback?: (err: Error | null, response: any) => void): void;
