import type { FixtureStateValues } from 'react-cosmos-core'; import type { ValueNode } from './shared.js'; export declare function createValueTree(values: FixtureStateValues, isArray?: boolean): ValueNode;