function mockSessionAsyncimport { mockSessionAsync } from "https://dotland.deno.dev/std@0.181.0/testing/mock.ts"; mockSessionAsync<Self, Args extends unknown[], Return>(func: (this: Self, ...args: Args) => Promise<Return>): (this: Self, ...args: Args) => Promise<Return>Creates an async session that tracks all mocks created before the promise resolves. Type ParametersSelfArgs extends unknown[]ReturnParametersfunc: (this: Self, ...args: Args) => Promise<Return>Returns(this: Self, ...args: Args) => Promise<Return>