method Sandbox.prototype.chownimport { Sandbox } from "https://deno.land/x/sandbox@v1.1.0/sandbox.ts"; chown(path: string,uid: number | null,gid: number | null,): Promise<void>Parameterspath: stringuid: number | nullgid: number | nullReturnsPromise<void>