function statimport { stat } from "https://deno.land/std@0.92.0/node/_fs/_fs_stat.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: statCallbackBigIntReturnsvoid