export default class Networking { static fetch(url: string, options?: { body?: string; headers?: Record; method?: string; }): Promise; }