/** * @param {Array} events * @returns {Array} */ export function postprocess( events: Array ): Array export type Event = import('micromark-util-types').Event