import type { PluginRuntime } from "./types.js";
export declare const RUNTIME_CONFIG_LOAD_WRITE_COMPAT_CODE = "runtime-config-load-write";
export declare function createRuntimeConfig(): PluginRuntime["config"];
