import { RegexOption } from './common-options.js'
export type Scope = (typeof regexScopes)[number]
export type ScopedRegexOption = RegexOption
export declare let regexScopes: readonly ['shallow', 'deep']
