declare const formatter: (this: any) => string; declare const formatter2: (this: any) => string; export { formatter, formatter2 };