export declare const DEPOSIT_CONTRACT_TREE_DEPTH: number;
export declare const GENESIS_SLOT = 0;
export declare const GENESIS_EPOCH = 0;
export declare const GENESIS_START_SHARD = 0;
export declare const FAR_FUTURE_EPOCH: number;
export declare const ZERO_HASH: Buffer<ArrayBuffer>;
export declare const ZERO_HASH_HEX: string;
export declare const EMPTY_SIGNATURE: Buffer<ArrayBuffer>;
export declare const GRAFFITI_SIZE = 32;
/**
 * The maximum milliseconds of clock disparity assumed between honest nodes.
 */
export declare const MAXIMUM_GOSSIP_CLOCK_DISPARITY = 500;
export declare const MAXIMUM_GOSSIP_CLOCK_DISPARITY_SEC: number;
//# sourceMappingURL=constants.d.ts.map