import { Caster, CasterFn } from '../engine/types'; export declare const ref: (casterRef: () => CasterFn, typeName?: string) => Caster;