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