export declare const systemVersion: () => number[]; export declare const isCompatibleToSystem: (version: string | null) => boolean;