import { Type } from './typings'; export declare const array: Type; export declare const object: Type; export declare const text: Type; export declare const number: Type; export declare const boolean: Type; export declare const date: Type; export declare const point: Type; export declare const line: Type; export declare const multiline: Type; export declare const polygon: Type; export declare const multipolygon: Type;