declare const usePending: () => {
    checkPending: (approveSign: any, pendingConfirm: boolean) => Promise<boolean>;
};
export default usePending;
