import type { Node } from '../../../types/node'; export declare const isEmpty: (node: Node) => boolean; //# sourceMappingURL=empty.d.ts.map