/**
 * Activity Log CLI — `aiwg activity-log <subcommand>`
 *
 * Subcommands:
 *   show [--since DATE] [--operation OP] [--limit N]
 *   append <operation> "<summary>"
 *   stats
 *
 * Persists through `resolveStorage('activity_log')` per #964 — the
 * physical destination is `.aiwg/activity.log` on the default `fs`
 * backend, byte-identical to the legacy `echo >> .aiwg/activity.log`
 * pattern documented in the activity-log skill.
 *
 * @design @.aiwg/architecture/storage-design.md (§4, §8.2)
 * @issue #934
 * @issue #964
 */
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map