export declare const mediaPonderada: (array: number[], arrayPesos: number[]) => number;
