export type SDKFunctions = Record unknown>; export declare function interpretSDKCode(code: string, sdkFunctions: SDKFunctions): unknown;