export declare class RaspExecutionState { value: number; static AllChecksFinished: RaspExecutionState; constructor(value: number); static getValues(): RaspExecutionState[]; }