import { CardService } from 'feathers-stripe'; import type { Application } from '../../../../declarations'; import { stripeCustomersCardsPath } from './cards.shared'; export * from './cards.class'; export declare const stripeCustomersCards: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [stripeCustomersCardsPath]: CardService; } }