import { KpiScope } from './kpi-scope'; import { KpiScopeQuery } from './kpi-scope-query'; import { KpiScopeMutation } from './kpi-scope-mutation'; export declare const entities: (typeof KpiScope)[]; export declare const resolvers: (typeof KpiScopeQuery | typeof KpiScopeMutation)[]; export * from './kpi-scope'; export * from './kpi-scope-query'; export * from './kpi-scope-mutation'; export * from './kpi-scope-type';