import type { Timestamp } from '@lemasc/firebase-wrapper/firestore'; export declare const isTimestamp: (arg: unknown) => arg is Timestamp;