import { OrgNode, OrgData, Section } from 'uniorg';
export declare function visitIds(tree: OrgNode, f: (id: string, node: OrgData | Section) => void): void;
