/**
 * This is a cheap form of isFakeDom for use by repl/exec.ts
 *
 */
export default function isFakeDom(dom: any): boolean;
