/**
 * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
 *
 * 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[];
};
