/** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author Koya Sakuma * * 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[]; };