class Client implements IClientimport { Client } from "https://deno.land/x/sparkpost@0.1.1/client.ts"; ConstructorsnewClient(apiKey: string, options: any)PropertiesapiKey: stringapiVersion: stringdebug: anydefaultHeaders: anyorigin: anyversion: stringMethodsdelete(options: any)get(options: any)post(options: any)put(options: any)reject(error: any)request(options: any)