export interface BuildExecutorSchema { astroConfig: string; root?: string; verbose?: boolean; silent?: boolean; }