export type ModelRef = { provider?: string | null; id?: string | null; }; export declare function isModernModelRef(ref: ModelRef): boolean;