///
///
import { AirdropRaw, NetworkIdType } from '@sonarwatch/portfolio-core';
import { PublicKey } from '@solana/web3.js';
export declare function getPda(owner: string, distributor: string): PublicKey;
export declare function getPdas(owner: string, distributors: string[]): PublicKey[];
export declare function getAirdropApiUrlFromNetworkId(owner: string, networkId: NetworkIdType): string | undefined;
export declare function getAirdropItems(owner: string, networkId: NetworkIdType): Promise;
export declare function getSolanaAirdropItems(owner: string): Promise;