import { types, NodePath } from "@babel/core"; export declare function isImportedFromRealm(path: NodePath): boolean; export declare function isPropertyImportedFromRealm(path: NodePath, name: string): boolean;