import { ArticleMetadata } from '../../components/organisms/article/types'; import * as i0 from "@angular/core"; /** * Angular service wrapper for the pure {@link parseMarkdownArticle} function. * Provided in root so it can be injected anywhere. The actual parsing logic lives in * `markdown-article-parser.ts` and is also usable from Node scripts (build-time generation). */ export declare class MarkdownArticleParserService { parse(markdown: string, config?: Partial, locale?: 'es' | 'en' | 'pt'): ArticleMetadata; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }