import { AnalyzerPlugin } from "../types.js"; /** * Payload's runtime begins from a config file, which is discovered by its CLI * from the project root, TypeScript root/out directories, and deployment output. * A configuration therefore proves use of the core package, but optional adapters * and plugins are retained only when their own import/config reference is observed. */ export declare const PayloadCMSPlugin: AnalyzerPlugin; export default PayloadCMSPlugin;