import type { Transformer, Preprocessor } from '../types'; export declare function transformMarkup({ content, filename }: { content: string; filename: string; }, transformer: Preprocessor | Transformer, options?: Record): Promise;