///
///
import { PublicKey } from '@solana/web3.js';
import { AirdropStatics } from '../../AirdropFetcher';
export declare const platformId = "fragmetric";
export declare const fragmetricPid: PublicKey;
export declare const fragMint = "FRAGMEWj2z65qM62zqKhNtwNFskdfKs4ekDUDX3b4VD5";
export declare const distributorPid = "fdropWhSi5xVKa9z26qKXveXoHDePDXfb5zxt3RKvKx";
export declare const airdropStatics: AirdropStatics;
export declare const vaults: ({
vaultProgramAddress: string;
receiptToken: string;
normalizedTokenPoolAccount: string;
reserveAccount: string;
tokenMint?: undefined;
} | {
vaultProgramAddress: string;
receiptToken: string;
tokenMint: string;
reserveAccount: string;
normalizedTokenPoolAccount?: undefined;
} | {
receiptToken: string;
tokenMint: string;
reserveAccount: string;
vaultProgramAddress?: undefined;
normalizedTokenPoolAccount?: undefined;
})[];