astro-ghostcms/.pnpm-store/v3/files/0b/9c79699b8e87d8a1b7d8c079383...

4 lines
151 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type Settings from '../settings';
import type { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;