import type { SourceIdentity } from "./source-identity-types.js"; import type { FinishAttestationDiagnostic } from "./workflow-finish-attestation-types.js"; export declare function compareCurrentSource(projectDir: string, expected: SourceIdentity): FinishAttestationDiagnostic | undefined;