/** * A function that takes an input value and returns a formatted string. */ export declare type Formatter = (value: T) => string;