/* eslint-disable @typescript-eslint/indent */ import * as net from '../../src/scripts/net' export const init = {} as typeof net.init export const walkFetch = {} as jest.Mock< ReturnType, Parameters > export const get = {} as jest.Mock< ReturnType, Parameters > export const post = {} as jest.Mock< ReturnType, Parameters >