export declare const formatter: Formatter; export type Formatter = { list: (items: string[]) => void; }; //# sourceMappingURL=formatter.d.ts.map