/** * Lookup / Reference Functions — Native RuntimeValue Implementation */ import type { RuntimeValue } from "../runtime/values.js"; export declare function fnROW(args: RuntimeValue[]): RuntimeValue; export declare function fnCOLUMN(args: RuntimeValue[]): RuntimeValue; export declare function fnROWS(args: RuntimeValue[]): RuntimeValue; export declare function fnCOLUMNS(args: RuntimeValue[]): RuntimeValue; export declare function fnINDEX(args: RuntimeValue[]): RuntimeValue; export declare function fnMATCH(args: RuntimeValue[]): RuntimeValue; export declare function fnVLOOKUP(args: RuntimeValue[]): RuntimeValue; export declare function fnHLOOKUP(args: RuntimeValue[]): RuntimeValue; export declare function fnXLOOKUP(args: RuntimeValue[]): RuntimeValue; export declare function fnXMATCH(args: RuntimeValue[]): RuntimeValue; export declare function fnADDRESS(args: RuntimeValue[]): RuntimeValue; export declare function fnLOOKUP(args: RuntimeValue[]): RuntimeValue; export declare function fnTRANSPOSE(args: RuntimeValue[]): RuntimeValue; export declare function fnAREAS(args: RuntimeValue[]): RuntimeValue;