import { type EnsurePackageBundledContext } from './ensurePackageBundled.js'; import type { SyncResult } from '../types/SyncResult.js'; import type { LoginMethod } from '@ms-cloudpack/remote-cache'; /** * Bundle the current app and its dependencies, and upload them to the remote cache. */ export declare function syncUpload(input: { login: LoginMethod; }, ctx: Omit): Promise; //# sourceMappingURL=syncUpload.d.ts.map