import { ConfigurableValue } from "@flyde/core"; export declare function convertValue(oldType: ConfigurableValue["type"], newType: ConfigurableValue["type"], value: any): any; //# sourceMappingURL=convertValues.d.ts.map