/** * 绑定保存hook * @param func */ export declare function useSaveHotKeyFunction(func: () => void): void;