import { AuthQuery } from './auth.query'; import { AuthService } from './auth.service'; import { AuthStore } from './auth.store'; export * from './auth.query'; export * from './auth.store'; export * from './auth.service'; declare const _default: (typeof AuthStore | typeof AuthQuery | typeof AuthService)[]; export default _default;