class SessionRe-exportimport { Session } from "https://deno.land/x/fresh_session@0.2.2/mod.ts"; ConstructorsnewSession(data?, flash?)PropertiesreadonlydatareadonlydoDeletereadonlydoKeyRotatereadonlyflashedDataMethodsclear()destroy()flash(key: string, value?: any)get(key: string)has(key: string)keyRotate()set(key: string, value: any)