/*! * Lattice Grid 1.65.0, chart-bump module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ /** * The bump-chart extension type. Importing this module * registers `bump`. One line per `series` plotted by its rank of `y` within * each `x` period — rank-over-time, where crossings are the story. */ export function drawBump(ctx: object): object; export default drawBump;