export declare const LOG_TYPE: {
    Factory: string;
    Instant: string;
    Split: string;
    Updatable: string;
};
