/** * 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 */ import { PropertyDict } from '../types.js'; export declare function structureMap(x: any): import("../../language/expression.js").Expression | undefined; export declare const properties: PropertyDict;