import type { ExportMethod } from "./ExportMethod.js"; /** * The `download` / `export` / `copy` argument: the `ExportMethod` and target * panel. */ export type ExportOptions = { method?: ExportMethod; panel?: string; };