/** Generates a complete message from all errors generated by predicates. @param errors - The errors generated by the predicates. @param isAny - If this function is called from the any argument. @hidden */ export declare const generateArgumentErrorMessage: (errors: Map>, isAny?: boolean) => string;