/** Maximum size of the game {@link Memory} in characters */ export declare const MEMORY_MAX_SIZE = 2097152; /** Maximum size of a raw memory segment in characters */ export declare const MEMORY_SEGMENT_MAX_SIZE = 1024;