import { TokenSetStatus } from '../constants/TokenSetStatus.js';
export type UsedTokenSetsMap = Record<string, TokenSetStatus>;
