export declare const isOutdatedSdk: (sdkVersion: string | null) => boolean;
export declare function findOutdatedSDKs(sdkVersions: (string | null)[]): string[];
//# sourceMappingURL=findOutdatedSdks.d.ts.map