import type { Application } from '../../../declarations'; import { AffiliatesPayoutsService } from './payouts.class'; import { affiliatesPayoutsPath } from './payouts.shared'; export * from './payouts.class'; export * from './payouts.schema'; export declare const affiliatesPayouts: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [affiliatesPayoutsPath]: AffiliatesPayoutsService; } }