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