import type { RenderContext } from "../../types.js"; import { type ProgressLabelOptions } from "./label-align.js"; export declare function renderMemoryLine(ctx: RenderContext, labelOptions?: ProgressLabelOptions): string | null; //# sourceMappingURL=memory.d.ts.map