···11import type { OptionsReceived as PrettyFormatOptions } from 'pretty-format'
22import type { RawSnapshotInfo } from '../port/rawSnapshot'
33-import type { SnapshotEnvironment } from './environment'
33+import type { SnapshotEnvironment, SnapshotEnvironmentOptions } from './environment'
4455-export type { SnapshotEnvironment }
55+export type { SnapshotEnvironment, SnapshotEnvironmentOptions }
66export type SnapshotData = Record<string, string>
7788export type SnapshotUpdateState = 'all' | 'new' | 'none'