import type { Application } from '../../../declarations'; import { AffiliatesLinksService } from './links.class'; import { affiliatesLinksPath } from './links.shared'; export * from './links.class'; export * from './links.schema'; export declare const affiliatesLinks: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [affiliatesLinksPath]: AffiliatesLinksService; } }