function lstatimport { lstat } from "https://dotland.deno.dev/std@0.177.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,): voidParameterspath: string | URLcallback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: false; }callback: statCallbackReturnsvoidParameterspath: string | URLoptions: { bigint: true; }callback: statCallbackBigIntReturnsvoidimport lstatimport { lstat } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts";