import { Platform, Service } from "./types"; export declare function fetchPlatforms(): Promise; export declare function fetchServices(): Promise;