import { z } from 'zod';
import { GlobalNavigation } from './divisionNav.js';
export declare const globalSchema: z.ZodType<GlobalNavigation>;
export type GlobalConfig = z.infer<typeof globalSchema>;
