import type { Node, Node_Type } from 'ricos-schema'; export declare const isType: (type: Node_Type) => (node: Node) => boolean; export declare const getDataField: ({ type }: Node) => any; //# sourceMappingURL=utils.d.ts.map