import type { CompilerPlugin, ParseError, ParseWarning } from '../main'; export interface LuvioCompiler { generate(plugin?: CompilerPlugin): Promise; }