declare namespace _exports { export { GridDef }; } declare const _exports: GridDef[]; export = _exports; type GridDef = [number, number, string, string];