// Auto-generated stub — replace with real implementation import type { LogOption } from 'src/types/logs.js'; export const parseCcshareId: (resume: string) => string | null = () => null; export const loadCcshare: (ccshareId: string) => Promise = async () => { throw new Error('ccshare not implemented'); };