class FileStateBackend implements StateBackendimport { FileStateBackend } from "https://deno.land/x/s3si@gui-v0.4.16/src/state.ts"; ConstructorsnewFileStateBackend(path: string)Methodsread(): Promise<DeepReadonly<State>>write(newState: State): Promise<void>