···11+// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
22+// See the LICENCE file in the repository root for full licence text.
33+44+declare module 'rehype-truncate' {
55+ import { Plugin } from 'unified';
66+77+ const rehypeTruncate: Plugin;
88+ export default rehypeTruncate;
99+}