declare module Wavedrom { export function renderWaveDrom(id: number, json: any, style: any): string; } export = Wavedrom;