import type { ParsedArticle, AkbImportArticle } from './types.js'; /** * Parse AKB file and extract articles */ export declare function parseAkbFile(filePath: string): Promise; /** * Convert parsed articles to API format for bulk import */ export declare function prepareArticlesForImport(articles: ParsedArticle[], personaId: string): AkbImportArticle[]; //# sourceMappingURL=akb.d.ts.map