export declare class SpawnWrapperUtils {
    private static unwrapFn;
    static wrap(): void;
    static unwrap(): void;
    static setAsFirstLevel(): void;
    static increaseLevel(): void;
    static decideFollow(): boolean;
}
