import { isNonEmptyString } from './utils.js'; export declare const string: typeof isNonEmptyString; export declare const entity: (id: unknown) => id is import("wikibase-sdk").EntityId; export declare const time: (time: any) => boolean; export declare const monolingualtext: (value: any) => boolean; export declare const quantity: (amount: any) => boolean; export declare const globecoordinate: (obj: any) => boolean; //# sourceMappingURL=datatype_tests.d.ts.map