import { RoamPage, RoamBlock } from "fetch-roamresearch";
export declare const makeMarkdownForBlock: (block: RoamBlock, indent?: string) => string;
export declare const makeMarkdown: (page: RoamPage | RoamBlock) => string;
