class Sessionimport { Session } from "https://deno.land/x/frugal@0.5.0/packages/server/Session.ts"; ConstructorsnewSession(key: CryptoKey, config: SessionConfig)PropertiesreadonlysecretMethodsattach(headers: Headers)delete(key: string)get(key: string)has(key: string)read(key: string)send()set(key: string, value: string | number | boolean)unset(key: string)write(key: string, content: string)Static Methodsrestore(request: Request, unnamed 1: SessionRestoreConfig): Promise<Session>