astro-ghostcms/.pnpm-store/v3/files/a8/d8b015277c7d8efe95671363c3d...

4 lines
191 B
Plaintext

import type { AstroInlineConfig } from '../../@types/astro.js';
import { Logger } from '../logger/core.js';
export declare function createNodeLogger(inlineConfig: AstroInlineConfig): Logger;