blob: bcbf897a6024ebf4e1bb4dbba5b52bf1e7b42f70 [file] [log] [blame]
import { EmitOutput } from "./emit-output";
export declare type CompileCallback = (emitOutput: EmitOutput) => void;