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

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