/** Build Vue packages into stable vendor files (no content hash). * Output goes to {buildDir}/vue/vendor/ with predictable names. */ export declare const buildVueVendor: (buildDir: string) => Promise; /** Compute the deterministic vendor paths mapping (no build needed). * This can be called before vendor files exist on disk. */ export declare const computeVueVendorPaths: () => Record;