export declare class GlobalData {
    static CurrentResource: string;
    static IS_SERVER: boolean;
    static IS_CLIENT: boolean;
    static NetworkTick: number | null;
    static NetworkedTicks: any[];
    static EnablePrettyPrint: boolean;
}
