export declare const ggcevoUpdates: {
    version: string;
    time: string;
    content: string;
}[];
export declare function compareVersions(a: any, b: any): number;
