import { PluginConfig } from "@/types";
export declare const getPluginConfig: (x0: unknown) => PluginConfig | undefined;
