import type { ReadOnlyRecord, TypeOfValue } from "@lou.codes/types";
/**
 * Dictionary type->formatter to be used by `formatValue`.
 *
 * @category Output
 */
export declare const formatValueDictionary: ReadOnlyRecord<TypeOfValue, (value: never) => string>;
