import { CompilerMode } from ".";
import { XmcpConfigOuputSchema } from "./config";
export declare function onFirstBuild(mode: CompilerMode, xmcpConfig: XmcpConfigOuputSchema): void;
