export declare const COMPILER_BUILD: {
    id: string;
    minfyJs: string;
    optimizeCss: string;
    transpiler: string;
};
