#ifndef Document_H
#define Document_H

#include <jsi/jsi.h>

using namespace facebook::jsi;

namespace sharedjsi
{
Function ditto_document_id_query_compatible(Runtime &runtime);
Function ditto_document_id(Runtime &runtime);
Function ditto_document_free(Runtime &runtime);
Function ditto_document_get_cbor_with_path_type(Runtime &runtime);
Function ditto_validate_document_id(Runtime &runtime);
}

#endif /* Document_H */
