import { TransformOptions } from 'buble'; export default function compileCode(code: string, compilerConfig: TransformOptions, onError?: (err: Error) => void): string;