/** This function should divide numbers (as string). */ export declare const div: (array: string[], precision?: number) => string;