import type { GatelyConfig } from './types.js'; /** * Sync command: Pull navigation structure from database to local config * This helps keep your local repo in sync with the help center structure */ export declare function sync(config: GatelyConfig, configDir: string, opts?: { output?: string; generateConfig?: boolean; }): Promise;