/**
 * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @author Koya Sakuma <koya.sakuma.work@gmail.com>
 *
 * Adapted from MolQL project
 */
export declare const Properties: string[];
export declare const Operators: string[];
export declare const Keywords: string[];
export declare const _all: {
    Properties: string[];
    Operators: string[];
    Keywords: string[];
};
