interface ITranspiler {
    toString(): string;
}
export default ITranspiler;
