import { Theme } from './theme.js'; import { ThemeQuery } from './theme-query.js'; import { ThemeMutation } from './theme-mutation.js'; export declare const entities: (typeof Theme)[]; export declare const resolvers: (typeof ThemeQuery | typeof ThemeMutation)[]; export declare const subscribers: any[];