import { Chain, TokenId } from '@wormhole-foundation/sdk'; /** * Returns all token IDs for a given chain. * Used by routes that support swapping between any tokens on a chain. */ export declare const getAllTokenIdsForChain: (chain: Chain) => TokenId[]; //# sourceMappingURL=tokenHelpers.d.ts.map