import type { Formatter } from './formatter';
declare function createBasicFormatter(): Formatter;
export { createBasicFormatter };
