type ParagraphTransformerOptions = {
    br?: boolean;
};
export declare const createMarkdownParagraphTransformer: (options?: ParagraphTransformerOptions) => import("@notion-md-converter/types").ParagraphTransformer;
export {};
