import type { AstroConfig } from 'astro'; export declare function isServerLikeOutput(config: AstroConfig): boolean;