import { type JSONConfiguration } from "../json-configuration.js"; /** * Tries to determine if any props are "function valued" * and if so convert their string values to functions */ export declare function convertFunctions(props: Record, configuration: JSONConfiguration): Record; //# sourceMappingURL=convert-functions.d.ts.map