import { Command } from "commander"; /** `scai ops brief sync` — the recipe pull / diff / push verbs. */ export declare const createBriefSyncCommand: () => Command;