export declare function stripParagraphIndent(raw: string): string; export declare const paragraphHandler: { render(raw: string): string; serialize(raw: string): string; }; //# sourceMappingURL=paragraph.handler.d.ts.map