/** * Elo runtime helpers for JavaScript execution. * * These helper function snippets are embedded directly in compiled output * when needed, wrapped in an IIFE for encapsulation. */ /** * Individual JavaScript helper function snippets. * Each helper is a standalone function that can be included in the output. * Used for dynamically-typed operations where types aren't known at compile time. */ /** * Dependencies between helpers. If helper A uses helper B, A depends on B. */ export declare const JS_HELPER_DEPS: Record; export declare const JS_HELPERS: Record; //# sourceMappingURL=runtime.d.ts.map