/** * Core Selectors - SOURCE OF TRUTH * * This is the central location for all selector definitions. * The testing package re-exports from here. */ export { createSelectorHelpers, getNestedValue, replacePlaceholders, type Replacements, type SelectorObject, type SelectorHelpers, type EntitySelectorHelpers, } from './selector-factory'; export { CORE_SELECTORS, type CoreSelectorsType } from './core-selectors'; export * from './domains'; export { SELECTORS, sel, s, selDev, cySelector, entitySelectors, type SelectorsType, type SelectorPath, } from './selectors'; //# sourceMappingURL=index.d.ts.map