export declare const useUserConfigStore: import('pinia').StoreDefinition<"userConfig", Pick<{ config: Record; getConfig: import('vue').ComputedRef<(key: string) => any>; getAllConfig: import('vue').ComputedRef<{ [x: string]: any; }>; setConfig: (key: string, value: any) => void; setMultipleConfig: (newConfig: Record) => void; getConfigValue: (key: string, defaultValue?: any) => any; removeConfig: (key: string) => void; clearAllConfig: () => void; loadFromLocalStorage: () => void; }, "config">, Pick<{ config: Record; getConfig: import('vue').ComputedRef<(key: string) => any>; getAllConfig: import('vue').ComputedRef<{ [x: string]: any; }>; setConfig: (key: string, value: any) => void; setMultipleConfig: (newConfig: Record) => void; getConfigValue: (key: string, defaultValue?: any) => any; removeConfig: (key: string) => void; clearAllConfig: () => void; loadFromLocalStorage: () => void; }, "getConfig" | "getAllConfig">, Pick<{ config: Record; getConfig: import('vue').ComputedRef<(key: string) => any>; getAllConfig: import('vue').ComputedRef<{ [x: string]: any; }>; setConfig: (key: string, value: any) => void; setMultipleConfig: (newConfig: Record) => void; getConfigValue: (key: string, defaultValue?: any) => any; removeConfig: (key: string) => void; clearAllConfig: () => void; loadFromLocalStorage: () => void; }, "setConfig" | "setMultipleConfig" | "getConfigValue" | "removeConfig" | "clearAllConfig" | "loadFromLocalStorage">>;