"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.functionsTools = void 0;
const get_logs_1 = require("./get_logs");
const list_functions_1 = require("./list_functions");
exports.functionsTools = [get_logs_1.get_logs, list_functions_1.list_functions];