/** Maximum cpu units stored in your account buffer */ export declare const CPU_BUCKET_MAX = 10000; /** Base cpu cost of any successful action that changes game state */ export declare const CPU_INTENT_COST = 0.2;