import type { RillFunction } from '../../../core/callable.js'; /** Collection built-in functions: seq, fan, acc, fold, filter, sort. */ export declare const COLLECTION_FUNCTIONS: Record;