import { Plugin } from '@web-printer/core'; declare function export_default(options: { /** * Url of website page generated by mdbook, this page must have sidebar outline * @example * - "https://course.rs/about-book.html" * - "https://rust-lang.github.io/mdBook/" */ url: string; }): Plugin; export { export_default as default };