import type { MaybeInstance } from '../types.js'; export declare const determineRef: (is: unknown, args: unknown) => MaybeInstance;