// v2/index.d.ts

declare module './index.js' {
    export function toPinyinTones(longString: string): string;
}