import type { TransformOption } from '../types.js'; import { fitValues } from '../lib/values.js'; export { fitValues } from '../lib/values.js'; export type FitValue = (typeof fitValues)[number]; export interface FitOptions { fit: FitValue; } export declare const getFit: TransformOption;