export declare const randomFormatter: {
    name: string;
    read(arrayOrMaxNumber: any, min?: number): any;
};
