import * as t from './types';
export { t };
import { is } from './is';
export { is };
export declare const toNodeId: (node?: t.NodeIdentifier) => string;
