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