export declare const PACKAGE_JSON = "package.json"; export declare const HERMIONE_JS_CONFIG_NAME = ".hermione.conf.js"; export declare const HERMIONE_TS_CONFIG_NAME = ".hermione.conf.ts"; export declare const DEFAULT_PM = "npm"; export type PackageManager = "npm" | "yarn" | "pnpm"; export declare const PMS: Record; export declare const pluginSuffixes: string[];