export declare function useActionReminder(): {
    run(): Promise<void>;
};
