"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDocument = exports.download = void 0; var download_1 = require("./download"); Object.defineProperty(exports, "download", { enumerable: true, get: function () { return download_1.download; } }); var is_document_1 = require("./is-document"); Object.defineProperty(exports, "isDocument", { enumerable: true, get: function () { return is_document_1.isDocument; } });