import * as Exps from "../exp"; import { Exp } from "../exp"; export declare function prepareProperties(properties: Array): Record; export declare function prepareProperty(property: Exps.Property): Array<[string, Exp]>;