import { RpcEndpoint } from '@sonarwatch/portfolio-core'; import { GetAssetsByOwnerDasParams, HeliusAsset } from './types'; export declare function getAssetsByOwnerDas(dasEndpoint: RpcEndpoint, owner: string, params?: GetAssetsByOwnerDasParams): Promise;