type PluginCfg = Cypress.PluginConfigOptions; /** Prefer `expose` (Cypress 15.10+); fall back to `env` for `CYPRESS_*` / legacy merges. */ export declare const publicGet: (config: PluginCfg, key: string) => unknown; export declare const publicSet: (config: PluginCfg, key: string, value: unknown) => void; export {};