import type { ADFEntity } from '../types'; export declare function map(adf: ADFEntity, callback: (node: ADFEntity) => T): Array;