import { IParameterObject } from '../interfaces'; export type TRenderFunction = (parts: IParameterObject) => string; //# sourceMappingURL=render-function.d.ts.map