/** * @fileoverview constants for layout * @author changzhe.zb@antfin.com */ /** layout message type */ export declare const LAYOUT_MESSAGE: { RUN: string; END: string; ERROR: string; TICK: string; GPURUN: string; GPUEND: string; };