export declare type GetArraySum = (array: any[], shouldIgnoreNotNumber?: boolean) => number;