/* tslint:disable */
/* eslint-disable */
export function compile(input: string): string;
export function parse(input: string): string;
export function compile_with_debug(input: string): string;
export function compile_detail(input: string): string;
