#include "napi.h"

namespace xlsx
{
    void readXlsxAsync( const Napi::CallbackInfo& info );
}