import { Timestamp } from './Timestamp'; import 'firebase/compat/firestore'; export declare function createTimestamp(date?: Date): Timestamp;