export declare const compareVersion: (sdkVersion: string, runtimeVersion: string, matchRegx?: number) => string;
