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