declare class GetNftListDto {
    chainId: number;
    account: string;
}

export { GetNftListDto };
