import { ServiceParameters } from "@imaginary-dev/util"; import { JSONSchema7 } from "json-schema"; export declare function callImaginaryFunction(funcComment: string, funcName: string, parameterTypes: { name: string; type?: JSONSchema7; }[], returnSchema: JSONSchema7, params: Record, serviceParameters?: ServiceParameters): Promise;