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