export type GetNftsOptions = {
    fioAddress?: string | null;
    chainCode?: string | null;
    contractAddress?: string | null;
    tokenId?: string | null;
    hash?: string | null;
    limit?: number | null;
    offset?: number | null;
};
//# sourceMappingURL=GetNftsOtions.d.ts.map