astro-ghostcms/.pnpm-store/v3/files/77/35422e2e721e862235438fdd93d...

5 lines
160 B
Plaintext

/// <reference types="node" />
import type * as fs from 'fs';
export declare type Stats = fs.Stats;
export declare type ErrnoException = NodeJS.ErrnoException;