import { SquidAPI } from '@leapwallet/elements-core'; import { SWRResponse } from 'swr'; export type SquidStatusResult = Awaited>; /** * React hook to get the status of a squid swap transaction */ export declare const useSquidStatus: (transactionId: string | null, refresh: boolean) => SWRResponse;