import { Context } from "../../../bundler/context.js"; export declare function ensureBackendBinaryDownloaded(ctx: Context, version: { kind: "latest"; allowedVersion?: string | undefined; } | { kind: "version"; version: string; }): Promise<{ binaryPath: string; version: string; }>; /** * Finds the latest version of the Convex local backend * through version.convex.dev */ export declare function findLatestVersionWithBinary(ctx: Context, requireSuccess: RequireSuccess): Promise; export declare function ensureDashboardDownloaded(ctx: Context, version: string): Promise; //# sourceMappingURL=download.d.ts.map