/**
 * Higher priorities run earlier than others in the system update
 */
export declare const SystemPriority: {
    readonly Highest: number;
    readonly Higher: -5;
    readonly Average: 0;
    readonly Lower: 5;
    readonly Lowest: number;
};
