export declare enum JscadStateEnum {
    loading = 0,
    loaded = 1,
    initialised = 2,
    computing = 3
}
