import type { BuildArtifact } from 'bun'; export declare const generateManifest: (outputs: BuildArtifact[], buildPath: string) => Record;