import { type MutationSnapshot } from "./ci-reverification-mutation-snapshot.js"; export declare function parseMutationSnapshot(value: unknown): MutationSnapshot | undefined;