import { PlatformRaw, ServiceRaw } from "../types"; export declare const platforms: PlatformRaw[]; export declare const services: ServiceRaw[];