import { PublicKey } from "@solana/web3.js"; export declare const IDENTIFIERS_PROGRAM_ID: PublicKey; export declare const MULTIGRAPH_PROGRAM_ID: PublicKey; export declare const PROFILES_PROGRAM_ID: PublicKey; export declare const LEAF_PROGRAM_ID: PublicKey; export declare const ALIGN_PROGRAM_ID: PublicKey; export declare const POINTS_PER_SECOND = 10; export declare const POINTS_DECIMAL = 1000000000; //# sourceMappingURL=constants.d.ts.map