import type { AstroConfig } from '../@types/astro'; export declare function isServerLikeOutput(config: AstroConfig): boolean; export declare function getPrerenderDefault(config: AstroConfig): boolean;