export declare const M0_ACCESS_CONTRACT: "unrestricted-v0.1"; export declare const M0_AGENTS: readonly ["codex", "grok", "kimi"]; export type M0AgentId = (typeof M0_AGENTS)[number]; export declare function createM0RunId(date?: Date): string; export declare function sha256File(filePath: string): Promise; export declare function writeM0Report(projectRoot: string, relativePath: string, report: Readonly>): Promise<{ absolutePath: string; relativePath: string; sha256: string; }>; export declare function safeErrorCode(error: unknown): string; //# sourceMappingURL=probe-report.d.ts.map