import type { ADFEntity } from '../types';
export declare const isEmpty: (node: ADFEntity) => boolean;
