import type { Section } from "./numfmt.js"; export declare function renderScientific(value: number, sec: Section): string;