export declare const CONSTRUCTION_ACCOUNT_SIZE = 200000; export declare const LIVE_N_EPOCHS = 3; export declare const LIFETIME_RESULT_ACCOUNT_MS: number; export declare const LIFETIME_CONSTRUCTION_ACCOUNT_MS: number; export declare const LAMPORTS_PER_EPOCH = 19.055; export declare const MS_PER_EPOCH: number; export declare const PIDS: { mainnet: { MALLOC: string; }; devnet: { MALLOC: string; }; };