export type NetworkContext = {
    sendRequest(request: Request): Promise<Response>;
}
