export declare const DEFAULT_DEVTOOL = "cheap-module-source-map";
export declare const DEFAULT_OUTPUT_PATH = "dist";
export declare const MFSU_NAME = "MFSU";
export declare enum MESSAGE_TYPE {
    ok = "ok",
    warnings = "warnings",
    errors = "errors",
    hash = "hash",
    stillOk = "still-ok",
    invalid = "invalid"
}
export declare const DEFAULT_BROWSER_TARGETS: {
    chrome: number;
};
export declare const DEFAULT_ESBUILD_TARGET_KEYS: string[];
