import { EmitOutput } from "./emit-output";
export declare type CompileCallback = (emitOutput: EmitOutput) => void;
