import { LookUpRefSpec } from '../schema/WebApiSchema.js'; import { PluginContext } from '../types/PluginContext.js'; import { SqupContext } from '../types/SqupContext.js'; export declare function CallLookUp(pluginContext: PluginContext, squpContext: SqupContext, lookUpRef: LookUpRefSpec, replacements?: Record): Promise;