export declare const DEVOPS_MP_CI_CONFIG: {
    CI_SEPARATOR: string;
    VALID_ENVS: string[];
    CI_PREFIX_MAP: {
        wx: string;
        qq: string;
    };
};
