export type { Protected } from './protected.cjs';
export { Path } from './path.cjs';
export { type Match } from './match.cjs';
export type { Patch } from './patch.cjs';
export type { Selector } from './selector.cjs';
import * as Deep from './deep.cjs';
export { Deep };
