import type { GatelyConfig } from './types.js'; /** * Pull command: Download articles from database to local markdown files */ export declare function pull(config: GatelyConfig, configDir: string, opts?: { folder?: string; category?: string; overwrite?: boolean; updateConfig?: boolean; }): Promise;