method Sandbox.prototype.openimport { Sandbox } from "https://deno.land/x/sandbox@v1.1.0/sandbox.ts"; open(path: string, options?: Deno.OpenOptions): Promise<Deno.FsFile>Parameterspath: stringoptionaloptions: Deno.OpenOptionsReturnsPromise<Deno.FsFile>