declare class nACHError extends Error {
  constructor(errorObj: { name?: string; message?: string });
}

export = nACHError;
