/** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author Panagiotis Tourlas * * Adapted from MolQL project */ export declare const Properties: string[]; export declare const Operators: string[]; export declare const Keywords: string[]; export declare const Functions: string[]; export declare const all: { Properties: string[]; Operators: string[]; Keywords: string[]; };