function fs.lstatRe-exportimport { fs } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js"; const { lstat } = fs; 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