import type { Linter } from 'eslint'; import type { OptionsOverrides } from '../types'; /** * Astro configuration options */ export type AstroOptions = OptionsOverrides; /** * Astro configuration */ export declare function astro(options?: AstroOptions): Promise; //# sourceMappingURL=astro.d.ts.map