import { Formatter } from "../../types/index.js";
export type FormatterFuntionParam = (this: any, ...args: any[]) => any;
export declare const callFormatter: Formatter;
