interface ServiceUIFrameContextimport { type ServiceUIFrameContext } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; MethodsgetCachedFrameMessage(key: string): stringpostFrameMessage(key: string, data: string): void