import * as z from 'zod/v4';
import type { AstroConfig } from '../../../types/public/config.js';
export declare const AstroConfigRefinedSchema: z.ZodCustom<AstroConfig, AstroConfig>;
