declare class GetTokenListDto {
    chainId: number;
    name?: string;
}

export { GetTokenListDto };
