import { Bounds } from './bounds'; import { DataType } from './data-type'; import { HierarchyType } from './hierarchy-type'; import { Schema } from './schema'; import { Srs } from './srs'; export declare type Ept = { bounds: Bounds; boundsConforming: Bounds; dataType: DataType; hierarchyType: HierarchyType; points: number; schema: Schema; span: number; srs?: Srs; version: '1.0.0' | '1.1.0'; }; export declare const points: { title: string; description: string; type: string; minimum: number; }; export declare const span: { title: string; description: string; type: string; exclusiveMinimum: number; }; export declare const version: { title: string; description: string; type: string; enum: string[]; }; export declare const Ept: { schema: import("ajv").SchemaObject; }; //# sourceMappingURL=ept.d.ts.map