import { Platform, Service } from "./types"; export { Platform, Service } from "./types"; export * from "./utils"; declare const platforms: Platform[]; declare const services: Service[]; export { platforms, services };