import type { NetworkType } from "../types/chain.js"; import type { LoanTypeId } from "../types/lending.js"; import type { FolksTokenId } from "../types/token.js"; export declare function isCrossChainToken(folksTokenId: FolksTokenId): boolean; export declare function getFolksTokenIdFromPool(poolId: number, network: NetworkType): FolksTokenId; export declare function getFolksTokenIdsByLoanType(loanType: LoanTypeId, network: NetworkType): Array;