import type { Application } from '../../../declarations'; import { BlogSitemapsService } from './sitemaps.class'; import { blogSitemapsPath } from './sitemaps.shared'; export * from './sitemaps.class'; export * from './sitemaps.schema'; export declare const blogSitemaps: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [blogSitemapsPath]: BlogSitemapsService; } }