export declare const TARGET_ENV: string;
export declare const define: {
    PACKAGE_VERSION: string;
    VERSION: string;
    ENV: string;
    BROWSER: string;
};
