import { Context } from "../NodeParser"; export declare const isChildOfTypeReference: (context?: Context, typeReferenceName?: string) => boolean;