import Undefined from '../nodes/undefined'; declare const undefined: () => Undefined; export default undefined;