astro-ghostcms/.pnpm-store/v3/files/f0/07230307bb3896f854ff3195a5c...

7 lines
208 B
Plaintext

import type Settings from '../settings';
export default class Reader {
protected readonly _root: string;
protected readonly _settings: Settings;
constructor(_root: string, _settings: Settings);
}