/** * AKB (Knowledge Base) synchronization module * Handles pull/push of AKB articles for personas with agents */ import type { AxiosInstance } from 'axios'; /** * Pull AKB articles for all personas linked to agents */ export declare function pullAkb(client: AxiosInstance, customerDir: string, verbose?: boolean): Promise; /** * Push AKB articles from local files to NEWO platform */ export declare function pushAkb(client: AxiosInstance, customerDir: string, verbose?: boolean): Promise; //# sourceMappingURL=akb.d.ts.map