export type Config = { name: string; region: string; main: string; stage?: string; };