import { INarwhalNamespace } from "../container"; declare const schemas: { [namespace: string]: INarwhalNamespace; }; declare const data: { core: { region: { global_id: string; name: string; colorCode: string; vertices: { lat: number; lon: number; }[]; }[]; }; }; export { schemas, data };