import type { Ctx } from "../ctx/index.js"; import type { Exp } from "../exp/index.js"; import * as Exps from "../exp/index.js"; import type { Mod } from "../mod/index.js"; export declare function prepareProperties(mod: Mod, ctx: Ctx, properties: Array): Record; //# sourceMappingURL=prepareProperties.d.ts.map