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