import { PluginConfig } from "./types.js";
export declare const getConfig: (config: PluginConfig) => PluginConfig;
