declare module 'micromark-extension-wiki-link' {
    function syntax(opts?: any): any;
}
