import type { Application } from '../../../../declarations'; import { tradersPodsBlobPath } from './blob.shared'; export * from './blob.class'; export declare const tradersPodsBlob: (app: Application) => void; declare module '../../../../declarations' { interface ServiceTypes { [tradersPodsBlobPath]: any; } }