export declare const OVERVIEW_PAGE_SLUG = "/mintie_overview";
export declare const SUPPORTED_MEDIA_EXTENSIONS: string[];
export declare const ESCAPED_COMPONENTS: readonly ["Accordion", "AccordionGroup", "Note", "Warning", "Info", "Tip", "Check", "Card", "CardGroup", "CodeGroup", "Frame", "Icon", "Steps", "Step", "Tabs", "Tab", "Tooltip"];
export declare const SPACES: string;
export declare const CONTENT_FAILURE_MSG: string;
export declare const NAV_FAILURE_MSG: string;
export declare const MDAST_FAILURE_MSG = "failed to convert MDAST to Markdown string";
export declare const FINAL_SUCCESS_MESSAGE = "We've successfully scraped your docs site. We've downloaded the `navigation` array (and if necessary, the `tabs` array) into `docs.json`.";
