function statimport { stat } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts"; stat(path: string | URL, callback: statCallback): voidstat(path: string | URL,options: { bigint: false; },callback: statCallback,): voidstat(path: string | URL,options: { bigint: true; },callback: statCallbackBigInt,): voidParameterspath: string | URLcallback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: false; }callback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: true; }callback: statCallbackBigIntReturnsvoidimport statimport { stat } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts";