import type { RillFunction } from '../../../core/callable.js'; /** Time-domain built-in functions: debounce, throttle, sample. */ export declare const TIME_DOMAIN_FUNCTIONS: Record;