export declare class RaspExecutionState { value: number; static AllChecksFinished: RaspExecutionState; constructor(value: number); static getValues(): RaspExecutionState[]; } //# sourceMappingURL=raspExecutionState.d.ts.map