/**
 * Collection of methods used for resolving string into ranges.
 */
export * as AddressUtils from "./AddressUtils";
/**
 * Collection of methods used for working with {@link CellRangeCoords}.
 */
export * as RangeUtils from "./RangeUtils";
export * from "./SheetCellRange";
//# sourceMappingURL=index.d.ts.map