import { RootQuery } from './root.query'; import { RootService } from './root.service'; import { RootStore } from './root.store'; export * from './root.query'; export * from './root.service'; export * from './root.store'; declare const _default: (typeof RootStore | typeof RootQuery | typeof RootService)[]; export default _default;