import type { OrderBase } from '@lifi/perps-types'; import { type HlExplorerTx } from '../types/explorer.js'; import { type InfoRequestOptions } from './infoClient.js'; export declare const fetchUserTransactions: (address: string, options?: InfoRequestOptions) => Promise; export declare const getClientOrderIds: (action: Record) => string[]; export declare const matchOrderActionHash: (txs: HlExplorerTx[], order: Pick) => string | undefined; //# sourceMappingURL=explorer.d.ts.map