function statSyncimport { statSync } from "https://deno.land/std@0.92.0/node/_fs/_fs_stat.ts"; statSync(path: string | URL): StatsstatSync(path: string | URL, options: { bigint: false; }): StatsstatSync(path: string | URL, options: { bigint: true; }): BigIntStatsParameterspath: string | URLReturnsStatsParameterspath: string | URLoptions: { bigint: false; }ReturnsStatsParameterspath: string | URLoptions: { bigint: true; }ReturnsBigIntStats