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