import type { Context } from "../../bundler/context.js";
/**
 * Check the version of the `convex` NPM package and nag if Convex AI files
 * are out of date.
 */
export declare function checkVersion(ctx: Context): Promise<void>;
//# sourceMappingURL=updates.d.ts.map