import type { LensPDFShellPlugin } from "./shellPlugins"; export type LensPDFPresetKind = "demo" | "minimal"; /** * First-party presets shipped with LensPDF. Both preserve full feature * surface; hosts can still override by supplying custom shell plugins. */ export declare function pluginsForPreset(preset: LensPDFPresetKind): LensPDFShellPlugin[]; //# sourceMappingURL=presets.d.ts.map