declare class GetTokenListsDto {
    chainId: number;
}

export { GetTokenListsDto };
