function lstatimport { lstat } from "https://dotland.deno.dev/std@0.116.0/node/fs.ts"; lstat(path: string | URL, callback: statCallback): voidlstat(path: string | URL,options: { bigint: false; },callback: statCallback,): voidlstat(path: string | URL,options: { bigint: true; },callback: statCallbackBigInt,): voidlstat(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 lstatimport { lstat } from "https://dotland.deno.dev/std@0.116.0/node/fs.ts";