import type { ResolvedVextFrontendConfig, VextFrontendDeployManifest, VextFrontendDeployPlan } from "../contract/types.js"; export declare function createFrontendDeployPlan(manifest: VextFrontendDeployManifest, config: ResolvedVextFrontendConfig, manifestPath: string): Promise;