import { RecursiveMutable, RecursivePartial, RecursiveReadonly } from '../common/utility'; export type RealizedOptions = RecursiveReadonly<{ rootOnly: boolean; }>; export type Options = RecursiveMutable>; //# sourceMappingURL=options.d.ts.map