import type { BuildArtifact } from 'bun'; export declare const verifyAngularCoreUniqueness: (artifacts: BuildArtifact[], serverOutDir: string | undefined, throwOnError: boolean) => Promise;