import { PipeTransform } from '@angular/core';
import { MarkedOptions } from 'marked';
import * as i0 from "@angular/core";
export declare class MarkedPipe implements PipeTransform {
    transform(value: string, options?: MarkedOptions): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MarkedPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<MarkedPipe, "aclMarked", true>;
}
