import type { Bundle, GetBundlesArgs, UpdateInfo } from "../types";
export declare const setupGetUpdateInfoTestSuite: ({ getUpdateInfo, }: {
    getUpdateInfo: (bundles: Bundle[], options: GetBundlesArgs) => Promise<UpdateInfo | null>;
}) => void;
