import { Node } from './types';
export declare const getNodeId: (node: any, ctx: any) => any;
export declare const getSafeNodeId: (node: Node, ctx: any) => string | null;
export declare const makeAttrs: (node: any, ctx?: import("./helpers/config").Context) => import("./helpers/config").Attr;