import { PluginConfig } from "./types/PluginConfig"; export declare const SEO_PRO_EVENT = "seo-plugin-pro-changed"; export declare const setPluginConfig: (config: PluginConfig) => void; export declare const getPluginConfig: () => PluginConfig; export declare const setProEnabled: (enabled: boolean) => void; export declare const isProEnabled: () => boolean; export declare const setLicenseValidating: (validating: boolean) => void; export declare const isLicenseValidating: () => boolean;