declare module "am-to-mml" {
    export default function AMToCHTML(str: string): string;
}