export default function isPortkeyApp(): boolean; export declare const changePortkeyVersion: (version: string) => void; export declare function compareVersions(v1: string, v2: string): 1 | -1 | 0; export declare function isPortkeyV2(): boolean; export declare function isPortkeyV1(): boolean;