astro-ghostcms/.pnpm-store/v3/files/58/4ce535fcf60617766072514cb5b...

9 lines
318 B
Plaintext

/// <reference types="node" resolution-mode="require"/>
import type fsMod from 'node:fs';
import type { Plugin } from 'vite';
import type { AstroSettings } from '../@types/astro.js';
export declare function astroContentImportPlugin({ fs, settings, }: {
fs: typeof fsMod;
settings: AstroSettings;
}): Plugin[];