export const version: string
export function draw(canvas: HTMLCanvasElement, code: string, scale?: number): {}
export function renderSvg(code: string, document?: HTMLDocument): string
export function compileFile(filepath: string, maxImportDepth?: number): string
