export function alloc(value: object | Function): number; export function dealloc(id: number): boolean; export function ref(id: number): object | Function | null;