import { IContext } from "../Context";
import { Range } from "./getRange";
/**
 * Extract the range for a children dictionnary.
 *
 * @param children
 */
export declare const getChildrenRange: (children: IContext) => Range;
//# sourceMappingURL=getChildrenRange.d.ts.map