/**
 * Sanitizes ISSN (International Standard Serial Number) strings from the input.
 *
 * @param {string | string[]} input - The input string or array of strings to sanitize.
 * @returns {string[]} An array of unique, sanitized ISSNs.
 */
declare const _default: (input: string | string[]) => string[];
export default _default;
