/** * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author Panagiotis Tourlas * * Adapted from MolQL project */ import { FunctionDict } from '../types.js'; export declare const functions: FunctionDict;