/// /// import { PublicKey } from '@solana/web3.js'; export declare const platformId = "futarchy"; export declare const metaMint = "METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr"; export declare const daoPid: PublicKey; export declare const launchpadPid: PublicKey; export declare const launchpadKey = "launchpad"; type DaoInfo = { name: string; tokenName: string; platformId?: string; getLink?: (proposal: string) => string; }; export declare const daoNameById: Map; export {};