import type { ChainConfig } from '../chains'; import type { RequestWithdrawalParams, CheckMigrationIdResponse } from '../types'; export declare const getSettlementCacheEntry: (chainConfig: ChainConfig, params: RequestWithdrawalParams) => Promise; //# sourceMappingURL=getSettlementCacheEntry.d.ts.map