import type { TypeRef } from "./types"; export declare function isRuntimeType(src: TypeRef): boolean;