export type { Protected } from './protected.mjs';
export { Path } from './path.mjs';
export { type Match } from './match.mjs';
export type { Patch } from './patch.mjs';
export type { Selector } from './selector.mjs';

import * as Deep from './deep.mjs';
export { Deep };
