function statimport { stat } from "https://dotland.deno.dev/std@0.116.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,): voidstat(path: string | URL,optionsOrCallback: statCallback | statCallbackBigInt | statOptions,maybeCallback?: statCallback | statCallbackBigInt,)Parameterspath: string | URLcallback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: false; }callback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: true; }callback: statCallbackBigIntReturnsvoidParameterspath: string | URLoptionsOrCallback: statCallback | statCallbackBigInt | statOptionsoptionalmaybeCallback: statCallback | statCallbackBigIntimport statimport { stat } from "https://dotland.deno.dev/std@0.116.0/node/fs.ts";