import { UserConfigurationPersistence } from "@rebasepro/cms-types"; /** * Use this controller to access the configuration that is stored externally, * and not defined in code * * @group Hooks and utilities */ export declare const useUserConfigurationPersistence: () => UserConfigurationPersistence | undefined;