import { Config as PayloadConfig } from 'payload'; export type PluginOptions = {} & Pick; export type PackageManager = 'bun' | 'npm' | 'pnpm' | 'yarn'; //# sourceMappingURL=types.d.ts.map