exportPages
import { exportPages } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
projectの全ページをエクスポートする
const exportPages: <withMetadata extends true | false>(project: string, init: ExportInit<withMetadata>) => Promise<Result<ExportedData<withMetadata>, NotFoundError | NotPrivilegeError | NotLoggedInError>>;