import { FirestorePropertyType, ReferenceSchemaItem } from './schema'; import { PropertyType } from 'admin-bro'; export declare const isString: (value: any) => value is string; export declare const isAdminProperty: (property: FirestorePropertyType) => property is PropertyType; export declare const isReference: (property: unknown) => property is ReferenceSchemaItem;