export declare function useWithdrawAction(): {
    run(): void;
};
