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