class ApiTransportimport { ApiTransport } from "https://deno.land/x/plugnmeet@v1.4.1/ApiTransport.ts"; ConstructorsnewApiTransport(apiEndPointURL: string,apiKey: string,apiSecret: string,)PropertiesprotectedapiEndPointURL: stringprotectedapiKey: stringprotectedapiSecret: stringsendRequest: (path: string, body: any) => unknown