import type { ScadObject, ScadSpecialVariables } from './types'; declare function render(this: ScadObject, vars?: ScadSpecialVariables & Record): Promise; export default render; //# sourceMappingURL=render.d.ts.map