import type { OperationType, Operation, OpState } from '@nosana/sdk'; export declare function createDefaultOpState(op: Operation): OpState;