/** * Format types for error messages based on the number of types. * * @param types - Array of type names. * @returns Formatted string for error message. */ export declare function formatTypeErrorMessage(types: string[]): string; //# sourceMappingURL=errors.d.mts.map