export declare const dividedByFormatter: {
    name: string;
    read(a: string | number, b: string | number): number;
};
